summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sysutils/lookupd/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/sysutils/lookupd/Makefile b/sysutils/lookupd/Makefile
index 59c71449ea71..067227c5cdd8 100644
--- a/sysutils/lookupd/Makefile
+++ b/sysutils/lookupd/Makefile
@@ -6,6 +6,7 @@
PORTNAME= lookupd
PORTVERSION= 0.3.c
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://www.rsu.ru/~bushman/lookupd/downloads/
@@ -30,4 +31,8 @@ post-install:
IGNORE= is only supported on FreeBSD 5.1 or later
.endif
+.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
+CFLAGS+= -fPIC
+.endif
+
.include <bsd.port.post.mk>