BROKEN on 4.x: does not compile
This commit is contained in:
parent
8a3e1b7b38
commit
0d1fdcb76f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101775
1 changed files with 7 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue