diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-03-07 05:01:35 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-03-07 05:01:35 +0000 |
commit | e2b3dc4b9a8b773217c902c8000247800c183e23 (patch) | |
tree | a18b94069636af1996df73d8ef134185dcf45813 | |
parent | 78a5b9d97a1b85b6aa83b9361b3dfbb0ebf0bf9b (diff) | |
download | ports-e2b3dc4b9a8b773217c902c8000247800c183e23.tar.gz ports-e2b3dc4b9a8b773217c902c8000247800c183e23.zip |
Notes
-rw-r--r-- | net/ngrep-lib/Makefile | 8 |
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> |