diff options
author | Alonso Schaich <alonso@FreeBSD.org> | 2014-10-05 18:25:00 +0000 |
---|---|---|
committer | Alonso Schaich <alonso@FreeBSD.org> | 2014-10-05 18:25:00 +0000 |
commit | c05e144deb72d9a3704ce860681b66435e692014 (patch) | |
tree | 28fac31c1546d55b40b3ba3dd153f44e9e5adf7f /editors/kate-plugin-pate | |
parent | 88c67cd38c8aa887e131203a0948625ac8d5495e (diff) |
Notes
Diffstat (limited to 'editors/kate-plugin-pate')
-rw-r--r-- | editors/kate-plugin-pate/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/kate-plugin-pate/Makefile b/editors/kate-plugin-pate/Makefile index d0c3af253c5f..868753a39dd6 100644 --- a/editors/kate-plugin-pate/Makefile +++ b/editors/kate-plugin-pate/Makefile @@ -11,12 +11,11 @@ DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Support for Python plugins in Kate -USES= cmake:outsource tar:xz +USES= cmake:outsource python tar:xz USE_KDE4= kdelibs kdeprefix kdehier automoc4 kate \ pykde4_build pykde4_run USE_QT4= gui webkit \ moc_build qmake_build rcc_build uic_build -USE_PYTHON= yes DISTINFO_FILE= ${PORTSDIR}/editors/kate/distinfo |