diff options
author | alonso <alonso@FreeBSD.org> | 2014-10-06 02:25:00 +0800 |
---|---|---|
committer | alonso <alonso@FreeBSD.org> | 2014-10-06 02:25:00 +0800 |
commit | 693cb6a1a7362fa6971ec1a4629d6612486b41ec (patch) | |
tree | 28fac31c1546d55b40b3ba3dd153f44e9e5adf7f /deskutils/superkaramba | |
parent | 8808f90dc26f504cac1938f6eb2a7fdd2ca3c128 (diff) | |
download | freebsd-ports-gnome-693cb6a1a7362fa6971ec1a4629d6612486b41ec.tar.gz freebsd-ports-gnome-693cb6a1a7362fa6971ec1a4629d6612486b41ec.tar.zst freebsd-ports-gnome-693cb6a1a7362fa6971ec1a4629d6612486b41ec.zip |
Replace USE_PYTHON* by USES=python.
This commit consists of area51's r10314 and r10356 patchsets.
Approved by: rakuco (mentor)
Diffstat (limited to 'deskutils/superkaramba')
-rw-r--r-- | deskutils/superkaramba/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/deskutils/superkaramba/Makefile b/deskutils/superkaramba/Makefile index c64ad8375e16..8ad7a7506908 100644 --- a/deskutils/superkaramba/Makefile +++ b/deskutils/superkaramba/Makefile @@ -10,9 +10,8 @@ DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Widget framework for KDE -USE_PYTHON= 2 USE_KDE4= kdehier kdelibs kdeprefix automoc4 qimageblitz -USES= cmake:outsource tar:xz +USES= cmake:outsource python:2 tar:xz USE_QT4= qmake_build moc_build rcc_build uic_build USE_LDCONFIG= yes |