diff options
author | kwm <kwm@FreeBSD.org> | 2011-07-30 02:10:25 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2011-07-30 02:10:25 +0800 |
commit | 055683e55eb062d5b285dd7e751b14096ceb5afe (patch) | |
tree | a303e05a8924a17d33b148f26b6539dcf5e7e3fa /finance/sabernetdcs-client | |
parent | b5d310e896d89f7945141163ad882a7075cf509c (diff) | |
download | freebsd-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 'finance/sabernetdcs-client')
-rw-r--r-- | finance/sabernetdcs-client/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/finance/sabernetdcs-client/Makefile b/finance/sabernetdcs-client/Makefile index e158157257d5..0dd78b7bf2fb 100644 --- a/finance/sabernetdcs-client/Makefile +++ b/finance/sabernetdcs-client/Makefile @@ -16,10 +16,9 @@ DISTNAME= sndcs-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= SaberNet DCS - A labor data collection system -RUN_DEPENDS= pygtk-codegen-2.0:${PORTSDIR}/x11-toolkits/py-gtk2 \ - ${PYTHONPREFIX_SITELIBDIR}/gtk-2.0/gobject/__init__.py:${PORTSDIR}/devel/py-gobject \ - ${PYTHONPREFIX_SITELIBDIR}/Pyro4/__init__.py:${PORTSDIR}/devel/py-pyro +RUN_DEPENDS= ${PYTHONPREFIX_SITELIBDIR}/Pyro4/__init__.py:${PORTSDIR}/devel/py-pyro +USE_GNOME= pygtk2 USE_PYTHON= 2.5+ USE_PYDISTUTILS= yes USE_BZIP2= yes |