diff options
author | Ade Lovett <ade@FreeBSD.org> | 2004-06-04 17:29:38 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2004-06-04 17:29:38 +0000 |
commit | 1a628ded35ecbbc5eeb75598dd844d830aca8cb2 (patch) | |
tree | 128ce8505dc266bea10a8cf389f38de197424aed /net-p2p | |
parent | 639a61155c89af6b9b01d796a82cbd2ad643a299 (diff) | |
download | ports-1a628ded35ecbbc5eeb75598dd844d830aca8cb2.tar.gz ports-1a628ded35ecbbc5eeb75598dd844d830aca8cb2.zip |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/gift/Makefile | 4 | ||||
-rw-r--r-- | net-p2p/gkrellm-gift/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/gnunet/Makefile | 3 |
3 files changed, 4 insertions, 5 deletions
diff --git a/net-p2p/gift/Makefile b/net-p2p/gift/Makefile index 61f2fc98b448..3ae75092a920 100644 --- a/net-p2p/gift/Makefile +++ b/net-p2p/gift/Makefile @@ -15,13 +15,13 @@ DISTNAME= ${PORTNAME:L}-${PORTVERSION} MAINTAINER= shoesoft@gmx.net COMMENT= An OpenFT, Gnutella and FastTrack p2p network client -LIB_DEPENDS= ltdl.4:${PORTSDIR}/devel/libltdl \ - vorbis.3:${PORTSDIR}/audio/libvorbis \ +LIB_DEPENDS= vorbis.3:${PORTSDIR}/audio/libvorbis \ Magick.6:${PORTSDIR}/graphics/ImageMagick .if defined(WITH_LIBMAGIC) LIB_DEPENDS+= magic.1:${PORTSDIR}/sysutils/file .endif +USE_LIBLTDL= yes USE_BZIP2= yes USE_REINPLACE= yes GNU_CONFIGURE= yes diff --git a/net-p2p/gkrellm-gift/Makefile b/net-p2p/gkrellm-gift/Makefile index 6c6e523db539..6e5b7e574091 100644 --- a/net-p2p/gkrellm-gift/Makefile +++ b/net-p2p/gkrellm-gift/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= gift.0:${PORTSDIR}/net/gift RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2 BUILD_DEPENDS= ${X11BASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2 -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 USE_GMAKE= yes USE_X_PREFIX= yes diff --git a/net-p2p/gnunet/Makefile b/net-p2p/gnunet/Makefile index f15bdc7cebb4..9da1d2744771 100644 --- a/net-p2p/gnunet/Makefile +++ b/net-p2p/gnunet/Makefile @@ -17,8 +17,7 @@ DISTNAME= GNUnet-${PORTVERSION} MAINTAINER= krion@FreeBSD.org COMMENT= An anonymous, distributed, reputation-based network -LIB_DEPENDS= ltdl.4:${PORTSDIR}/devel/libltdl - +USE_LIBLTDL= yes USE_BZIP2= yes USE_GETOPT_LONG= yes USE_GETTEXT= yes |