diff options
Diffstat (limited to 'net-p2p/deluge/Makefile')
-rw-r--r-- | net-p2p/deluge/Makefile | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/net-p2p/deluge/Makefile b/net-p2p/deluge/Makefile index 20fee2773e99..fbd76805dd53 100644 --- a/net-p2p/deluge/Makefile +++ b/net-p2p/deluge/Makefile @@ -7,6 +7,7 @@ PORTNAME= deluge PORTVERSION= 0.5.8 +PORTREVISION= 1 CATEGORIES= net-p2p python MASTER_SITES= http://download.deluge-torrent.org/tarball/${PORTVERSION}/ @@ -32,14 +33,7 @@ MAKE_ENV= CC="${CC}" CXX="${CXX}" DOCS= LICENSE README -# Internal anonymizing browser needs gecko stuff in py-gnome-extras. -.if !defined(WITHOUT_GECKO) -RUN_DEPENDS+= ${pygnomeextras_DETECT}:${PORTSDIR}/x11-toolkits/py-gnome-extras -USE_GECKO= firefox seamonkey xulrunner mozilla -.endif - .include <bsd.port.pre.mk> -.include "${PORTSDIR}/www/mozilla/bsd.gecko.mk" .if ${ARCH} == "sparc64" || ${ARCH} == "ia64" CFLAGS+= -DAMD64 @@ -48,9 +42,6 @@ CFLAGS+= -DAMD64 post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g ; \ s|%%PTHREAD_LIBS%%|${PTHREAD_LIBS}|g' ${WRKSRC}/setup.py - @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g ; \ - s|%%GECKO_LIB%%|${LOCALBASE}/lib/${GECKO}|g' \ - ${WRKSRC}/scripts/deluge post-install: @-update-desktop-database |