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:
parent
92e8609017
commit
dd1aaed051
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=162960
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user