summaryrefslogtreecommitdiff
path: root/net-p2p/gift
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-10-06 11:21:50 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-10-06 11:21:50 +0000
commit1fff8213dbefe3eacc2b9049f8d07d045aa4cdc7 (patch)
tree9cb31e47a80c8cc90138e84725684f96fc66004a /net-p2p/gift
parentnew port: net/giftcurs (diff)
Add INSTALLS_SHLIB definition.
Notes
Notes: svn path=/head/; revision=90419
Diffstat (limited to 'net-p2p/gift')
-rw-r--r--net-p2p/gift/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net-p2p/gift/Makefile b/net-p2p/gift/Makefile
index 37855fe240d9..0d46ac19ab1b 100644
--- a/net-p2p/gift/Makefile
+++ b/net-p2p/gift/Makefile
@@ -30,6 +30,7 @@ CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \
LDFLAGS="${LDFLAGS}"
+INSTALLS_SHLIB =yes
.if defined(WITH_LIBMAGIC)
CONFIGURE_ARGS= --enable-libmagic
.endif