aboutsummaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
authorkwm <kwm@FreeBSD.org>2011-07-30 02:10:25 +0800
committerkwm <kwm@FreeBSD.org>2011-07-30 02:10:25 +0800
commit055683e55eb062d5b285dd7e751b14096ceb5afe (patch)
treea303e05a8924a17d33b148f26b6539dcf5e7e3fa /net-im
parentb5d310e896d89f7945141163ad882a7075cf509c (diff)
downloadfreebsd-ports-gnome-055683e55eb062d5b285dd7e751b14096ceb5afe.tar.gz
freebsd-ports-gnome-055683e55eb062d5b285dd7e751b14096ceb5afe.tar.zst
freebsd-ports-gnome-055683e55eb062d5b285dd7e751b14096ceb5afe.zip
Convert custom *_DEPENDS lines of devel/py-gobject to USE_GNOME=pygobject or
pygtk2 (which depends already on py-gobject).
Diffstat (limited to 'net-im')
-rw-r--r--net-im/papyon/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/net-im/papyon/Makefile b/net-im/papyon/Makefile
index 58370756fdda..bbccf417735d 100644
--- a/net-im/papyon/Makefile
+++ b/net-im/papyon/Makefile
@@ -14,17 +14,16 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= gnome@FreeBSD.org
COMMENT= A fork of pymsn to support the telepathy MSN connection manager
-BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gobject/_gobject.so:${PORTSDIR}/devel/py-gobject \
- ${PYTHON_SITELIBDIR}/OpenSSL/SSL.so:${PORTSDIR}/security/py-openssl \
+BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/OpenSSL/SSL.so:${PORTSDIR}/security/py-openssl \
${PYTHON_SITELIBDIR}/Crypto/Hash/SHA.py:${PORTSDIR}/security/py-pycrypto \
${LOCALBASE}/lib/gstreamer-0.10/libgstpython.so:${PORTSDIR}/multimedia/py-gstreamer \
${PYTHON_SITELIBDIR}/farsight.so:${PORTSDIR}/net-im/farsight2
-RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gobject/_gobject.so:${PORTSDIR}/devel/py-gobject \
- ${PYTHON_SITELIBDIR}/OpenSSL/SSL.so:${PORTSDIR}/security/py-openssl \
+RUN_DEPENDS= ${PYTHON_SITELIBDIR}/OpenSSL/SSL.so:${PORTSDIR}/security/py-openssl \
${PYTHON_SITELIBDIR}/Crypto/Hash/SHA.py:${PORTSDIR}/security/py-pycrypto \
${LOCALBASE}/lib/gstreamer-0.10/libgstpython.so:${PORTSDIR}/multimedia/py-gstreamer \
${PYTHON_SITELIBDIR}/farsight.so:${PORTSDIR}/net-im/farsight2
+USE_GNOME= pygobject
USE_PYTHON= 2.5+
USE_PYDISTUTILS= yes