diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2007-12-21 12:17:13 +0800 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2007-12-21 12:17:13 +0800 |
commit | b4ce4555408f58d7f4117efedf4dd604e32a30df (patch) | |
tree | 7bf0960b8fc5d9eca632b9c3b33b5b04520954e9 /net-p2p | |
parent | ce3fa9264c0bd4d712c77eae47a94fa5b4dcae5e (diff) | |
download | freebsd-ports-gnome-b4ce4555408f58d7f4117efedf4dd604e32a30df.tar.gz freebsd-ports-gnome-b4ce4555408f58d7f4117efedf4dd604e32a30df.tar.zst freebsd-ports-gnome-b4ce4555408f58d7f4117efedf4dd604e32a30df.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 |