diff options
author | Ade Lovett <ade@FreeBSD.org> | 2004-03-14 06:17:56 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2004-03-14 06:17:56 +0000 |
commit | 3f651573ad3b90cf8e6539c52b4b34a1df543fa6 (patch) | |
tree | 14261786c359f03d9574a1c204f76ddc8ec4db8a /net-p2p | |
parent | 003520276a84300843c37e85ff39f416dec0bd8e (diff) | |
download | ports-3f651573ad3b90cf8e6539c52b4b34a1df543fa6.tar.gz ports-3f651573ad3b90cf8e6539c52b4b34a1df543fa6.zip |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/cdonkey/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/dclib/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/edonkey-tool-hash/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/fcptools/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/gnunet/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/libfreenet/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/net-p2p/cdonkey/Makefile b/net-p2p/cdonkey/Makefile index bf9fa6942ef1..060e5df3c239 100644 --- a/net-p2p/cdonkey/Makefile +++ b/net-p2p/cdonkey/Makefile @@ -22,7 +22,7 @@ PLIST_FILES= bin/cDonkey USE_BZIP2= yes USE_REINPLACE= yes GNU_CONFIGURE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 CONFIGURE_ARGS= --with-berkeley-db="${LOCALBASE}/include/db3:${LOCALBASE}/lib" USE_GMAKE= yes WRKSRC= ${WRKDIR}/cDonkey diff --git a/net-p2p/dclib/Makefile b/net-p2p/dclib/Makefile index 0086d6842380..ad237331c79f 100644 --- a/net-p2p/dclib/Makefile +++ b/net-p2p/dclib/Makefile @@ -21,7 +21,7 @@ USE_BZIP2= yes GNU_CONFIGURE= yes USE_REINPLACE= yes INSTALLS_SHLIB= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} diff --git a/net-p2p/edonkey-tool-hash/Makefile b/net-p2p/edonkey-tool-hash/Makefile index 1f6b58ddc313..b83d57ae8a5b 100644 --- a/net-p2p/edonkey-tool-hash/Makefile +++ b/net-p2p/edonkey-tool-hash/Makefile @@ -18,7 +18,7 @@ COMMENT= Both calculates 'eDonkey/Overnet hashes' producing ed2k:// file links PLIST_FILES= bin/edonkey-tool-hash USE_REINPLACE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 USE_SIZE= yes GNU_CONFIGURE= yes diff --git a/net-p2p/fcptools/Makefile b/net-p2p/fcptools/Makefile index c1276076c66f..e86750f331b7 100644 --- a/net-p2p/fcptools/Makefile +++ b/net-p2p/fcptools/Makefile @@ -16,7 +16,7 @@ MAINTAINER= lioux@FreeBSD.org COMMENT= FreeNet client library and command-line tools for shell scripting USE_GMAKE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 USE_SIZE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --includedir=${PREFIX}/include/${PORTNAME:L} diff --git a/net-p2p/gnunet/Makefile b/net-p2p/gnunet/Makefile index 6fda7510d9c5..ea7e4903dc82 100644 --- a/net-p2p/gnunet/Makefile +++ b/net-p2p/gnunet/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= ltdl.4:${PORTSDIR}/devel/libltdl USE_GETTEXT= yes USE_SIZE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 INSTALLS_SHLIB= yes USE_GMAKE= yes USE_REINPLACE= yes diff --git a/net-p2p/libfreenet/Makefile b/net-p2p/libfreenet/Makefile index c93d58a51175..5ff227f05cca 100644 --- a/net-p2p/libfreenet/Makefile +++ b/net-p2p/libfreenet/Makefile @@ -18,7 +18,7 @@ COMMENT= Freenet library written in C USE_REINPLACE= yes USE_OPENSSL= yes USE_GMAKE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 CONFIGURE_ARGS= --includedir=${PREFIX}/include/libfreenet INSTALLS_SHLIB= yes |