aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/amule
diff options
context:
space:
mode:
authorgabor <gabor@FreeBSD.org>2006-12-08 22:01:28 +0800
committergabor <gabor@FreeBSD.org>2006-12-08 22:01:28 +0800
commitb0f6dae2aeb43550992c5ef5f3fdfc02189e63c0 (patch)
tree3b620b088615f1359bd931757a9971d6c3905bfc /net-p2p/amule
parent9f5da35d18446c75ecabb6578ba4692630d19d04 (diff)
downloadfreebsd-ports-gnome-b0f6dae2aeb43550992c5ef5f3fdfc02189e63c0.tar.gz
freebsd-ports-gnome-b0f6dae2aeb43550992c5ef5f3fdfc02189e63c0.tar.zst
freebsd-ports-gnome-b0f6dae2aeb43550992c5ef5f3fdfc02189e63c0.zip
- Remove CURL from dependencies as it's not necessary
- Bump PORTREVISION PR: ports/106443 Submitted by: Boris Kovalenko <boris@tagnet.ru> (maintainer) Approved by: erwin (mentor)
Diffstat (limited to 'net-p2p/amule')
-rw-r--r--net-p2p/amule/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/net-p2p/amule/Makefile b/net-p2p/amule/Makefile
index 8d235e5431bb..9d7ab155e209 100644
--- a/net-p2p/amule/Makefile
+++ b/net-p2p/amule/Makefile
@@ -7,6 +7,7 @@
PORTNAME= aMule
PORTVERSION= 2.1.3
+PORTREVISION= 1
CATEGORIES= net-p2p
#MASTER_SITES= http://download.berlios.de/amule/
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
@@ -15,10 +16,6 @@ MASTER_SITE_SUBDIR= amule
MAINTAINER= boris@tagnet.ru
COMMENT= The all-platform eMule p2p client
-LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl
-# gd.4:${PORTSDIR}/graphics/gd
-# png.5:${PORTSDIR}/graphics/png
-
LATEST_LINK= aMule2
CONFLICTS= aMule-1.* aMule-devel-[0-9]*
@@ -39,8 +36,6 @@ CONFIGURE_ARGS= --disable-debug \
--with-curl-config=${CURL_CONFIG} \
--enable-embedded_crypto \
--enable-monolithic
-# --with-gdlib-prefix=${LOCALBASE} \
-# --with-libpng-prefix=${LOCALBASE}
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}"