1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

BROKEN on 4.x: Does not compile

This commit is contained in:
Kris Kennaway 2005-05-21 17:31:00 +00:00
parent 74cdc4c240
commit d6b5bec198
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=135785
3 changed files with 21 additions and 3 deletions

View File

@ -26,4 +26,10 @@ USE_GETOPT_LONG=yes
PLIST_FILES= bin/enblend
MAN1= enblend.1
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= "Does not compile on FreeBSD 4.x"
.endif
.include <bsd.port.post.mk>

View File

@ -23,10 +23,16 @@ GNU_CONFIGURE= yes
USE_REINPLACE= yes
USE_LIBTOOL_VER=15
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= "Does not compile on FreeBSD 4.x"
.endif
post-patch:
.ifdef(NOPORTDOCS)
@${REINPLACE_CMD} -E -e 's/^(all:)[[:space:]]+docs-am/\1/; s/^(SUBDIRS.+)doc/\1/' \
${WRKSRC}/Makefile.in
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -23,10 +23,16 @@ GNU_CONFIGURE= yes
USE_REINPLACE= yes
USE_LIBTOOL_VER=15
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= "Does not compile on FreeBSD 4.x"
.endif
post-patch:
.ifdef(NOPORTDOCS)
@${REINPLACE_CMD} -E -e 's/^(all:)[[:space:]]+docs-am/\1/; s/^(SUBDIRS.+)doc/\1/' \
${WRKSRC}/Makefile.in
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>