diff options
author | mezz <mezz@FreeBSD.org> | 2009-03-08 01:45:03 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2009-03-08 01:45:03 +0800 |
commit | 8ed5ad18f1ce5a09a6ead1afcfc201f9dd643b6a (patch) | |
tree | f61f6278590cecce48abab68cdc395d7bea7cb1d | |
parent | 5c38d5c53a34085f34df55ac199e8a1cf7c3299e (diff) | |
download | freebsd-ports-gnome-8ed5ad18f1ce5a09a6ead1afcfc201f9dd643b6a.tar.gz freebsd-ports-gnome-8ed5ad18f1ce5a09a6ead1afcfc201f9dd643b6a.tar.zst freebsd-ports-gnome-8ed5ad18f1ce5a09a6ead1afcfc201f9dd643b6a.zip |
Add a missing dependency (py-gobject) when WITHOUT_PYGTK is defined. Bump the
PORTREVISION.
PR: ports/132320
Reported by: Oleg Gawriloff <barzog@telecom.by>
-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 |