diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-06 11:21:50 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-06 11:21:50 +0000 |
commit | 1fff8213dbefe3eacc2b9049f8d07d045aa4cdc7 (patch) | |
tree | 9cb31e47a80c8cc90138e84725684f96fc66004a | |
parent | new port: net/giftcurs (diff) |
Add INSTALLS_SHLIB definition.
Diffstat (limited to '')
-rw-r--r-- | net-p2p/gift/Makefile | 1 | ||||
-rw-r--r-- | net/gift/Makefile | 1 |
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 |