aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2003-10-06 19:21:50 +0800
committeredwin <edwin@FreeBSD.org>2003-10-06 19:21:50 +0800
commit53b3cc0f997579974374e2ea075e18cfecae6e7e (patch)
treec34d444190f5f1a3ef5aea980834a2b2e8438034
parent96ae772bb0d4515f379f29f80058362dcd12abe0 (diff)
downloadfreebsd-ports-gnome-53b3cc0f997579974374e2ea075e18cfecae6e7e.tar.gz
freebsd-ports-gnome-53b3cc0f997579974374e2ea075e18cfecae6e7e.tar.zst
freebsd-ports-gnome-53b3cc0f997579974374e2ea075e18cfecae6e7e.zip
Add INSTALLS_SHLIB definition.
-rw-r--r--net-p2p/gift/Makefile1
-rw-r--r--net/gift/Makefile1
2 files changed, 2 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
diff --git a/net/gift/Makefile b/net/gift/Makefile
index 37855fe240d9..0d46ac19ab1b 100644
--- a/net/gift/Makefile
+++ b/net/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