This port really is broken on 4.X.

Reported by:	pointyhat via kris
This commit is contained in:
Joe Marcus Clarke 2004-10-16 01:03:23 +00:00
parent 253ba3b3b5
commit e0236b477f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=119553

View file

@ -28,4 +28,10 @@ USE_LIBTOOL_VER=15
CONFIGURE_ARGS= --with-wx-config=${WXGTK_CONFIG} --enable-python
INSTALLS_SHLIB= yes
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
IGNORE= "Does not build on 4.X"
.endif
.include <bsd.port.post.mk>