diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2009-03-07 17:45:03 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2009-03-07 17:45:03 +0000 |
commit | 2047051b206255a20bf3dfdf004a30ae00595ce5 (patch) | |
tree | 9b762d46e2d1820c519141726615cc6be268980c /net-p2p/deluge/Makefile | |
parent | 2442dbc95fa68587b37d3f9fc401ab63f71acf11 (diff) |
Notes
Diffstat (limited to 'net-p2p/deluge/Makefile')
-rw-r--r-- | net-p2p/deluge/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-p2p/deluge/Makefile b/net-p2p/deluge/Makefile index 29876d4afb18..eebcd7c6308c 100644 --- a/net-p2p/deluge/Makefile +++ b/net-p2p/deluge/Makefile @@ -7,6 +7,7 @@ PORTNAME= deluge PORTVERSION= 1.1.3 +PORTREVISION= 1 CATEGORIES= net-p2p python MASTER_SITES= http://ftp.osuosl.org/pub/deluge/source/${PORTVERSION}/ @@ -17,7 +18,8 @@ BUILD_DEPENDS= easy_install-${PYTHON_VER}:${PORTSDIR}/devel/py-setuptools LIB_DEPENDS= boost_python.4:${PORTSDIR}/devel/boost-python RUN_DEPENDS= easy_install-${PYTHON_VER}:${PORTSDIR}/devel/py-setuptools \ ${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg \ - ${PYTHON_SITELIBDIR}/OpenSSL/__init__.py:${PORTSDIR}/security/py-openssl + ${PYTHON_SITELIBDIR}/OpenSSL/__init__.py:${PORTSDIR}/security/py-openssl \ + ${PYTHONPREFIX_SITELIBDIR}/gtk-2.0/gobject/__init__.py:${PORTSDIR}/devel/py-gobject USE_GETTEXT= yes USE_OPENSSL= yes |