aboutsummaryrefslogtreecommitdiff
path: root/net/nepenthes
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2006-01-28 21:11:56 +0000
committerKris Kennaway <kris@FreeBSD.org>2006-01-28 21:11:56 +0000
commit3e28d2455d4a36f39424819f53bc23ef86151712 (patch)
tree491affe6db759282f09dd17ee83bcdb4ed032fb0 /net/nepenthes
parent066a00483411379d360d9883a82dfc56c8c0b3f4 (diff)
Notes
Diffstat (limited to 'net/nepenthes')
-rw-r--r--net/nepenthes/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/nepenthes/Makefile b/net/nepenthes/Makefile
index 0a3a1db27449..84cd01e708f7 100644
--- a/net/nepenthes/Makefile
+++ b/net/nepenthes/Makefile
@@ -26,6 +26,12 @@ CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN8= nepenthes.8
DOCS= README README.VFS logo-shaded.svg
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} != "i386"
+BROKEN= "Does not compile on !i386"
+.endif
+
#post-install:
#.if !defined(NOPORTDOCS)
# ${MKDIR} ${DOCSDIR}
@@ -34,4 +40,4 @@ DOCS= README README.VFS logo-shaded.svg
#.endfor
#.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>