diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
commit | 4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch) | |
tree | 78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /devel/gaphor | |
parent | 7f4572eae4327c4403d9ef714cb6de917650662a (diff) |
Notes
Diffstat (limited to 'devel/gaphor')
-rw-r--r-- | devel/gaphor/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/gaphor/Makefile b/devel/gaphor/Makefile index 4cf9b7feb63f..79d064321da2 100644 --- a/devel/gaphor/Makefile +++ b/devel/gaphor/Makefile @@ -19,9 +19,9 @@ COMMENT= UML modeling environment written in Python LICENSE= GPLv2 -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=0.10.4:${PORTSDIR}/devel/py-nose -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}decorator>0:${PORTSDIR}/devel/py-decorator \ - ${PYTHON_PKGNAMEPREFIX}zope.component>3.4.0:${PORTSDIR}/devel/py-zope.component +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=0.10.4:devel/py-nose +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}decorator>0:devel/py-decorator \ + ${PYTHON_PKGNAMEPREFIX}zope.component>3.4.0:devel/py-zope.component USE_GNOME= pygtk2 USES= python |