diff options
author | lioux <lioux@FreeBSD.org> | 2009-12-01 19:02:40 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2009-12-01 19:02:40 +0800 |
commit | 5ac0cbba4a6ec86c2e954c16785d7d63bbd5d377 (patch) | |
tree | 1aec07c9ef16fe7869a6fe7dd50f3e7955cfb18c /net-p2p | |
parent | 84915d28c7a9d187022f4f695c4db7d803ac6182 (diff) | |
download | freebsd-ports-gnome-5ac0cbba4a6ec86c2e954c16785d7d63bbd5d377.tar.gz freebsd-ports-gnome-5ac0cbba4a6ec86c2e954c16785d7d63bbd5d377.tar.zst freebsd-ports-gnome-5ac0cbba4a6ec86c2e954c16785d7d63bbd5d377.zip |
- Remove --disable-upnp from CONFIGURE_ARGS since this is now
regulated by UPNP config knob
- Bump PORTREVISION since UPNP config knob was not being upheld
PR: ports/141019
Approved by: maintainer
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/amule-devel/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/amule/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/amule2/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/net-p2p/amule-devel/Makefile b/net-p2p/amule-devel/Makefile index 67bdc2f31324..1b2b31dab8e3 100644 --- a/net-p2p/amule-devel/Makefile +++ b/net-p2p/amule-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= aMule PORTVERSION= 2.2.6 +PORTREVISION= 1 CATEGORIES= net-p2p MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME}/${PORTVERSION} @@ -30,7 +31,6 @@ CONFIGURE_ARGS= --disable-debug \ --with-libintl-prefix=${LOCALBASE} \ --with-libiconv-prefix=${LOCALBASE} \ --with-crypto-prefix=${LOCALBASE} \ - --disable-upnp \ --with-denoise-level=0 CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ diff --git a/net-p2p/amule/Makefile b/net-p2p/amule/Makefile index 67bdc2f31324..1b2b31dab8e3 100644 --- a/net-p2p/amule/Makefile +++ b/net-p2p/amule/Makefile @@ -7,6 +7,7 @@ PORTNAME= aMule PORTVERSION= 2.2.6 +PORTREVISION= 1 CATEGORIES= net-p2p MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME}/${PORTVERSION} @@ -30,7 +31,6 @@ CONFIGURE_ARGS= --disable-debug \ --with-libintl-prefix=${LOCALBASE} \ --with-libiconv-prefix=${LOCALBASE} \ --with-crypto-prefix=${LOCALBASE} \ - --disable-upnp \ --with-denoise-level=0 CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ diff --git a/net-p2p/amule2/Makefile b/net-p2p/amule2/Makefile index 67bdc2f31324..1b2b31dab8e3 100644 --- a/net-p2p/amule2/Makefile +++ b/net-p2p/amule2/Makefile @@ -7,6 +7,7 @@ PORTNAME= aMule PORTVERSION= 2.2.6 +PORTREVISION= 1 CATEGORIES= net-p2p MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME}/${PORTVERSION} @@ -30,7 +31,6 @@ CONFIGURE_ARGS= --disable-debug \ --with-libintl-prefix=${LOCALBASE} \ --with-libiconv-prefix=${LOCALBASE} \ --with-crypto-prefix=${LOCALBASE} \ - --disable-upnp \ --with-denoise-level=0 CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ |