- 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
This commit is contained in:
Mario Sergio Fujikawa Ferreira 2009-12-01 11:02:40 +00:00
parent 97d6d3c585
commit 43419d003c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=245051
3 changed files with 3 additions and 3 deletions

View File

@ -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}" \

View File

@ -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}" \

View File

@ -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}" \