summaryrefslogtreecommitdiff
path: root/net/ngrep-lib
diff options
context:
space:
mode:
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>