diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-07-04 17:26:40 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-07-04 17:26:40 +0000 |
commit | 133081639629d3a686bf2572f801e2cdba1e875d (patch) | |
tree | 079abfcad53b0221dc20838f93d64f04d544452c /net/nepenthes | |
parent | 947f566aa8a7dcf8d890f90acc2393b7b9697bf1 (diff) | |
download | ports-133081639629d3a686bf2572f801e2cdba1e875d.tar.gz ports-133081639629d3a686bf2572f801e2cdba1e875d.zip |
Notes
Diffstat (limited to 'net/nepenthes')
-rw-r--r-- | net/nepenthes/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/net/nepenthes/Makefile b/net/nepenthes/Makefile index ed5320c6f6d4..61de4c31c55d 100644 --- a/net/nepenthes/Makefile +++ b/net/nepenthes/Makefile @@ -38,10 +38,8 @@ CONFIGURE_ARGS+= --mandir=${PREFIX}/man --infodir=${PREFIX}/info DOCS= README README.VFS logo-shaded.svg MAN8= nepenthes.8 -.include <bsd.port.pre.mk> +post-patch: + @${FIND} ${WRKSRC} -name Makefile.in -print0 | ${XARGS} -0 \ + ${REINPLACE_CMD} -e 's,-Werror,,' -.if ${OSVERSION} >= 700000 -BROKEN= Does not compile -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |