1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00

- Mark BROKEN on FreeBSD 4.X

Reported by:	krismail
This commit is contained in:
Pav Lucistnik 2006-05-21 18:54:52 +00:00
parent 92e8609017
commit dd1aaed051
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=162960
2 changed files with 14 additions and 2 deletions

View File

@ -39,6 +39,12 @@ MAKE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
PKGDEINSTALL= ${PKGINSTALL}
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 5000000
BROKEN= does not compile
.endif
post-extract:
@${RM} -r ${WRKSRC}/data/images/CVS
@ -85,4 +91,4 @@ post-install:
${PREFIX}/libexec/cups/filter/foomatic-rip
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -39,6 +39,12 @@ MAKE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
PKGDEINSTALL= ${PKGINSTALL}
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 5000000
BROKEN= does not compile
.endif
post-extract:
@${RM} -r ${WRKSRC}/data/images/CVS
@ -85,4 +91,4 @@ post-install:
${PREFIX}/libexec/cups/filter/foomatic-rip
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
.include <bsd.port.post.mk>