diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2007-03-03 18:32:11 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2007-03-03 18:32:11 +0000 |
commit | 3efdbb4ac6873be21f2033b487e30d9e32a5c67c (patch) | |
tree | 38104af993bd4a1c2a55c1c3cb714b8ced053da7 /net | |
parent | b5f44b4e2039ad21c76a64d15067458694a5b96a (diff) | |
download | ports-3efdbb4ac6873be21f2033b487e30d9e32a5c67c.tar.gz ports-3efdbb4ac6873be21f2033b487e30d9e32a5c67c.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/nepenthes/Makefile | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/net/nepenthes/Makefile b/net/nepenthes/Makefile index b5af877ecf8a..aaf2301f2825 100644 --- a/net/nepenthes/Makefile +++ b/net/nepenthes/Makefile @@ -37,14 +37,4 @@ CONFIGURE_ARGS+= --mandir=${PREFIX}/man --infodir=${PREFIX}/info DOCS= README README.VFS logo-shaded.svg MAN8= nepenthes.8 -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= Does not compile -.endif - -.if ${ARCH} != "i386" -BROKEN= Does not compile on !i386 -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |