diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2007-01-29 23:51:55 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2007-01-29 23:51:55 +0000 |
commit | b5de47e69aa546b8f9449f0a2a7c2c6b81d8cc34 (patch) | |
tree | de3140ef3cb3748036df1a0f21795ce57c8793b7 /net-p2p | |
parent | 73d82e32c48c7cd196496f0a24330961ae24ded1 (diff) |
Use libtool port instead of included version to avoid a.out objformat botch
Notes
Notes:
svn path=/head/; revision=183664
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/gift-fasttrack/Makefile | 1 | ||||
-rw-r--r-- | net-p2p/gift-fasttrack/pkg-plist | 1 | ||||
-rw-r--r-- | net-p2p/gift-openft/Makefile | 1 | ||||
-rw-r--r-- | net-p2p/gift-openft/pkg-plist | 1 | ||||
-rw-r--r-- | net-p2p/libtorrent/Makefile | 1 | ||||
-rw-r--r-- | net-p2p/libtorrent/pkg-plist | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/net-p2p/gift-fasttrack/Makefile b/net-p2p/gift-fasttrack/Makefile index 89063d6fb4b0..f29c1ffdc388 100644 --- a/net-p2p/gift-fasttrack/Makefile +++ b/net-p2p/gift-fasttrack/Makefile @@ -15,6 +15,7 @@ COMMENT= A FastTrack plugin for giFT LIB_DEPENDS= gift.0:${PORTSDIR}/net-p2p/gift +USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= pkgconfig diff --git a/net-p2p/gift-fasttrack/pkg-plist b/net-p2p/gift-fasttrack/pkg-plist index 930ce2a62f87..e8d00a41bc8b 100644 --- a/net-p2p/gift-fasttrack/pkg-plist +++ b/net-p2p/gift-fasttrack/pkg-plist @@ -1,3 +1,4 @@ +lib/giFT/libFastTrack.a lib/giFT/libFastTrack.la lib/giFT/libFastTrack.so share/giFT/FastTrack/FastTrack.conf.template diff --git a/net-p2p/gift-openft/Makefile b/net-p2p/gift-openft/Makefile index 152be633e03a..cbbc27aab225 100644 --- a/net-p2p/gift-openft/Makefile +++ b/net-p2p/gift-openft/Makefile @@ -18,6 +18,7 @@ COMMENT= An OpenFT plugin for giFT LIB_DEPENDS= gift.0:${PORTSDIR}/net-p2p/gift \ db3.3:${PORTSDIR}/databases/db3 +USE_AUTOTOOLS= libtool:15 USE_BZIP2= yes GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/net-p2p/gift-openft/pkg-plist b/net-p2p/gift-openft/pkg-plist index ddea6a509ab1..90d53b69e163 100644 --- a/net-p2p/gift-openft/pkg-plist +++ b/net-p2p/gift-openft/pkg-plist @@ -1,3 +1,4 @@ +lib/giFT/libOpenFT.a lib/giFT/libOpenFT.la lib/giFT/libOpenFT.so %%PORTDOCS%%%%DOCSDIR%%/AUTHORS diff --git a/net-p2p/libtorrent/Makefile b/net-p2p/libtorrent/Makefile index 233f24c19e1a..0549dda83e13 100644 --- a/net-p2p/libtorrent/Makefile +++ b/net-p2p/libtorrent/Makefile @@ -20,6 +20,7 @@ LIB_DEPENDS= sigc-2.0.0:${PORTSDIR}/devel/libsigc++20 CONFLICTS?= libtorrent-devel-[0-9]* +USE_AUTOTOOLS= libtool:15 USE_GCC= 3.4 USE_GNOME= pkgconfig gnomehack USE_OPENSSL= yes diff --git a/net-p2p/libtorrent/pkg-plist b/net-p2p/libtorrent/pkg-plist index 0d48de9a169c..e757708e2e3e 100644 --- a/net-p2p/libtorrent/pkg-plist +++ b/net-p2p/libtorrent/pkg-plist @@ -34,6 +34,7 @@ include/torrent/resume.h include/torrent/torrent.h include/torrent/tracker.h include/torrent/tracker_list.h +lib/libtorrent.a lib/libtorrent.la lib/libtorrent.so lib/libtorrent.so.10 |