summaryrefslogtreecommitdiff
path: root/net/ngrep-lib
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-07 05:01:35 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-07 05:01:35 +0000
commite2b3dc4b9a8b773217c902c8000247800c183e23 (patch)
treea18b94069636af1996df73d8ef134185dcf45813 /net/ngrep-lib
parentia64 doesn't have bktr support. (diff)
BROKEN on ia64 and amd64: Does not compile (needs -fPIC)
Notes
Notes: svn path=/head/; revision=103165
Diffstat (limited to 'net/ngrep-lib')
-rw-r--r--net/ngrep-lib/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/ngrep-lib/Makefile b/net/ngrep-lib/Makefile
index ab7453e06260..21a85f55f421 100644
--- a/net/ngrep-lib/Makefile
+++ b/net/ngrep-lib/Makefile
@@ -20,4 +20,10 @@ CONFIGURE_ARGS+=--prefix=${PREFIX} -without-restart
INSTALLS_SHLIB= yes
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "ia64" || ${ARCH} == "amd64"
+BROKEN= "Does not compile on ia64 or amd64 (needs -fPIC)"
+.endif
+
+.include <bsd.port.post.mk>