diff options
author | mezz <mezz@FreeBSD.org> | 2007-12-21 12:17:13 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2007-12-21 12:17:13 +0800 |
commit | 33f39421ebefd9cec358fee9eddead3260e7c676 (patch) | |
tree | ac55449cdeaa224b08ec516c588cc50843f0204c /net-p2p | |
parent | 51a67eb17e16986a812b455c9d971892b3204f26 (diff) | |
download | freebsd-ports-gnome-33f39421ebefd9cec358fee9eddead3260e7c676.tar.gz freebsd-ports-gnome-33f39421ebefd9cec358fee9eddead3260e7c676.tar.zst freebsd-ports-gnome-33f39421ebefd9cec358fee9eddead3260e7c676.zip |
Add a missing dependency, librsvg2. Bump the PORTREVISION.
Reported by: exseven (user at http://forum.deluge-torrent.org/)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/deluge/Makefile | 3 | ||||
-rw-r--r-- | net-p2p/deluge05/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/net-p2p/deluge/Makefile b/net-p2p/deluge/Makefile index e5d63f6dc6c2..db44a68e886f 100644 --- a/net-p2p/deluge/Makefile +++ b/net-p2p/deluge/Makefile @@ -7,6 +7,7 @@ PORTNAME= deluge PORTVERSION= 0.5.7.1 +PORTREVISION= 1 CATEGORIES= net-p2p python MASTER_SITES= http://download.deluge-torrent.org/tarball/${PORTVERSION}/ @@ -20,7 +21,7 @@ RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils \ ${PYTHON_SITELIBDIR}/gtk-2.0/pynotify/__init__.py:${PORTSDIR}/devel/py-notify WRKSRC= ${WRKDIR}/${PORTNAME}-torrent-${PORTVERSION} -USE_GNOME= pygtk2 desktopfileutils +USE_GNOME= pygtk2 desktopfileutils librsvg2 USE_GETTEXT= yes USE_OPENSSL= yes USE_PYTHON= yes diff --git a/net-p2p/deluge05/Makefile b/net-p2p/deluge05/Makefile index e5d63f6dc6c2..db44a68e886f 100644 --- a/net-p2p/deluge05/Makefile +++ b/net-p2p/deluge05/Makefile @@ -7,6 +7,7 @@ PORTNAME= deluge PORTVERSION= 0.5.7.1 +PORTREVISION= 1 CATEGORIES= net-p2p python MASTER_SITES= http://download.deluge-torrent.org/tarball/${PORTVERSION}/ @@ -20,7 +21,7 @@ RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils \ ${PYTHON_SITELIBDIR}/gtk-2.0/pynotify/__init__.py:${PORTSDIR}/devel/py-notify WRKSRC= ${WRKDIR}/${PORTNAME}-torrent-${PORTVERSION} -USE_GNOME= pygtk2 desktopfileutils +USE_GNOME= pygtk2 desktopfileutils librsvg2 USE_GETTEXT= yes USE_OPENSSL= yes USE_PYTHON= yes |