aboutsummaryrefslogtreecommitdiff
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
parent78a5b9d97a1b85b6aa83b9361b3dfbb0ebf0bf9b (diff)
downloadports-e2b3dc4b9a8b773217c902c8000247800c183e23.tar.gz
ports-e2b3dc4b9a8b773217c902c8000247800c183e23.zip
Notes
-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>