diff options
author | mat <mat@FreeBSD.org> | 2018-06-21 00:59:31 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2018-06-21 00:59:31 +0800 |
commit | 2840483d3ef222be73090e8e703d1b6847e69894 (patch) | |
tree | 152224b14f0cfb9903b4e286c949fb3060999503 /deskutils | |
parent | ee99f91746a70562b1c7cf7287bf71b802540683 (diff) | |
download | freebsd-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/Makefile | 2 |
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> |