diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2009-12-01 19:02:40 +0800 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2009-12-01 19:02:40 +0800 |
commit | 43419d003c5ddafbcd7d9e6fa80198d8ecd65c70 (patch) | |
tree | 42fae2370a7a3a5b225c5b1114c748d4d6a13e39 /net-p2p/amule2 | |
parent | 97d6d3c58550a0f92751f8993310ed70abd161b3 (diff) | |
download | freebsd-ports-gnome-43419d003c5ddafbcd7d9e6fa80198d8ecd65c70.tar.gz freebsd-ports-gnome-43419d003c5ddafbcd7d9e6fa80198d8ecd65c70.tar.zst freebsd-ports-gnome-43419d003c5ddafbcd7d9e6fa80198d8ecd65c70.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/amule2')
-rw-r--r-- | net-p2p/amule2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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}" \ |