diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-10-20 16:04:12 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-10-20 16:04:12 +0000 |
commit | 89e07f4a18111a1fde92e57751221f851705f6b8 (patch) | |
tree | e54c7ece9300bb20cc6b5b9ea0b6b8aab3453440 /devel/gaphor | |
parent | 7fd0d93a89aedf3ae8004c878caa5e2ff358e78b (diff) | |
download | ports-89e07f4a18111a1fde92e57751221f851705f6b8.tar.gz ports-89e07f4a18111a1fde92e57751221f851705f6b8.zip |
Notes
Diffstat (limited to 'devel/gaphor')
-rw-r--r-- | devel/gaphor/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/devel/gaphor/Makefile b/devel/gaphor/Makefile index 79addebfca5c..4cf9b7feb63f 100644 --- a/devel/gaphor/Makefile +++ b/devel/gaphor/Makefile @@ -23,11 +23,10 @@ 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 -USE_GNOME= pygtk2 -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes -INSTALLS_ICONS= yes +USE_GNOME= pygtk2 +USES= python +USE_PYTHON= distutils autoplist +INSTALLS_ICONS= yes PLIST_SUB= DOCKING_EGG="${DOCKING_EGG}" GAPHAS_EGG="${GAPHAS_EGG}" |