BROKEN on 4.x: does not compile

This commit is contained in:
Kris Kennaway 2004-02-23 00:15:48 +00:00
parent 8a3e1b7b38
commit 0d1fdcb76f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101775

View file

@ -26,6 +26,12 @@ USE_GMAKE= yes
USE_GNOME= gtk20 libglade2
USE_X_PREFIX= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= "Does not compile"
.endif
pre-configure:
@${CAT} ${PKGMESSAGE}
@${ECHO_CMD} 
@ -59,4 +65,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/src/obconf.glade \
${PREFIX}/share/openbox/obconf
.include <bsd.port.mk>
.include <bsd.port.post.mk>