1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00

BROKEN on 4.x: Does not compile

This commit is contained in:
Kris Kennaway 2004-03-13 05:21:58 +00:00
parent 676d62a522
commit 3814833a2f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=103836

View File

@ -18,6 +18,12 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${LOCALBASE} --sysconfdir=${LOCALBASE}/etc --mandir=${LOCALBASE}/man
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= "Does not compile on 4.x"
.endif
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
@${INSTALL_MAN} ${WRKSRC}/wmconfig.1x ${PREFIX}/man/man1
@ -35,4 +41,4 @@ do-install:
@${INSTALL_DATA} ${WRKSRC}/samples/gimp ${PREFIX}/etc/wmconfig
@${INSTALL_DATA} ${WRKSRC}/samples/eterm ${PREFIX}/etc/wmconfig
.include <bsd.port.mk>
.include <bsd.port.post.mk>