diff options
author | Martin Matuska <mm@FreeBSD.org> | 2007-06-14 08:41:43 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2007-06-14 08:41:43 +0000 |
commit | 8c6540cff96ea2c8ad0af537802ef82dbcad7207 (patch) | |
tree | b7b8634a7c0f3ee314b1325ec0f7d7d6f8e00586 /sysutils/lookupd | |
parent | 9de016485f1b0e515a729abd3e5ef191eea06862 (diff) | |
download | ports-8c6540cff96ea2c8ad0af537802ef82dbcad7207.tar.gz ports-8c6540cff96ea2c8ad0af537802ef82dbcad7207.zip |
Notes
Diffstat (limited to 'sysutils/lookupd')
-rw-r--r-- | sysutils/lookupd/Makefile | 5 |
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> |