mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 18:06:27 -04:00
- Mark BROKEN on FreeBSD 4.X
Reported by: krismail
This commit is contained in:
parent
ac360c1775
commit
e4e93a365e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=162861
1 changed files with 7 additions and 1 deletions
|
@ -34,7 +34,13 @@ CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I ${PREFIX}/include -I ${TCL_INCLUDEDIR}"
|
|||
MAKE_ENV+= CPPFLAGS="${CPPFLAGS} -I ${PREFIX}/include -I ${TCL_INCLUDEDIR}" \
|
||||
LDFLAGS="${LDFLAGS} -L ${PREFIX}/lib"
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
BROKEN= Does not compile on FreeBSD 4.X
|
||||
.endif
|
||||
|
||||
post-extract:
|
||||
${MV} ${WRKSRC}/doc/zlib.texi ${WRKSRC}/doc/${PORTNAME}-zlib.texi
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue