diff options
author | Koop Mast <kwm@FreeBSD.org> | 2011-07-29 18:10:25 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2011-07-29 18:10:25 +0000 |
commit | 4902f050708ac3f645000a4794e11552e822c53a (patch) | |
tree | c94928876464f0ca7da90ba3c0a0abda4e5decd1 /finance | |
parent | Remove INSTALLS_ICONS from kde ports. (diff) |
Convert custom *_DEPENDS lines of devel/py-gobject to USE_GNOME=pygobject or
pygtk2 (which depends already on py-gobject).
Notes
Notes:
svn path=/head/; revision=278535
Diffstat (limited to 'finance')
-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 |