diff options
author | kris <kris@FreeBSD.org> | 2006-01-29 05:11:56 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-01-29 05:11:56 +0800 |
commit | 3d665278b39adc9a5e67fbe71334d6a5b222b977 (patch) | |
tree | 4ec4c8323043b2891bb62bb93c625a53c4710468 /net | |
parent | 8712d5de8b5c87b69c70c546742fc12f7d841370 (diff) | |
download | freebsd-ports-gnome-3d665278b39adc9a5e67fbe71334d6a5b222b977.tar.gz freebsd-ports-gnome-3d665278b39adc9a5e67fbe71334d6a5b222b977.tar.zst freebsd-ports-gnome-3d665278b39adc9a5e67fbe71334d6a5b222b977.zip |
BROKEN on !i386: Does not compile
Diffstat (limited to 'net')
-rw-r--r-- | net/nepenthes/Makefile | 8 |
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> |