aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2018-06-21 00:59:31 +0800
committermat <mat@FreeBSD.org>2018-06-21 00:59:31 +0800
commit2840483d3ef222be73090e8e703d1b6847e69894 (patch)
tree152224b14f0cfb9903b4e286c949fb3060999503 /deskutils
parentee99f91746a70562b1c7cf7287bf71b802540683 (diff)
downloadfreebsd-ports-gnome-2840483d3ef222be73090e8e703d1b6847e69894.tar.gz
freebsd-ports-gnome-2840483d3ef222be73090e8e703d1b6847e69894.tar.zst
freebsd-ports-gnome-2840483d3ef222be73090e8e703d1b6847e69894.zip
Correctly depend on those Python ports.
- py-qt have their framework - depending on a single file breaks with multiple flavors. Sponsored by: Absolight
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/gtg/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/gtg/Makefile b/deskutils/gtg/Makefile
index 17202b0fa332..cdadeed3aab1 100644
--- a/deskutils/gtg/Makefile
+++ b/deskutils/gtg/Makefile
@@ -25,7 +25,7 @@ USE_PYTHON= distutils autoplist
OPTIONS_DEFINE= CHEETAH
CHEETAH_DESC= Needed for export plugin to work
OPTIONS_EXCLUDE= NLS DOCS
-CHEETAH_RUN_DEPENDS= ${LOCALBASE}/bin/cheetah:devel/py-cheetah@${FLAVOR}
+CHEETAH_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cheetah>0:devel/py-cheetah@${FLAVOR}
.include <bsd.port.options.mk>