diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2008-01-10 18:44:17 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2008-01-10 18:44:17 +0000 |
commit | 837b1fd5de08fa694d23581736e95a9863363b57 (patch) | |
tree | 4eb214ecbc678864f05b142d3d6e9b7033600a1c /net-p2p/deluge/Makefile | |
parent | 8227d5062a896d5afc3c9ffbdf519c08fd399969 (diff) | |
download | ports-837b1fd5de08fa694d23581736e95a9863363b57.tar.gz ports-837b1fd5de08fa694d23581736e95a9863363b57.zip |
The Deluge developers have removed Internal anonymizing browser feature, so
it does not work any longer. If user click on browser button and a message
box will pop up with explain why it is disable. Remove the py-gnome-extras
and WITHOUT_GECKO. Bump the PORTREVISION.
http://forum.deluge-torrent.org/viewtopic.php?f=7&t=1069
Notes
Notes:
svn path=/head/; revision=205393
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 |