1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00

Add a missing dependency (py-gobject) when WITHOUT_PYGTK is defined. Bump the

PORTREVISION.

PR:		ports/132320
Reported by:	Oleg Gawriloff <barzog@telecom.by>
This commit is contained in:
Jeremy Messenger 2009-03-07 17:45:03 +00:00
parent 2442dbc95f
commit 2047051b20
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=229644

View File

@ -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