This port really is broken on 4.X.
Reported by: pointyhat via kris
This commit is contained in:
parent
253ba3b3b5
commit
e0236b477f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=119553
1 changed files with 7 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue