From 693cb6a1a7362fa6971ec1a4629d6612486b41ec Mon Sep 17 00:00:00 2001 From: alonso Date: Sun, 5 Oct 2014 18:25:00 +0000 Subject: Replace USE_PYTHON* by USES=python. This commit consists of area51's r10314 and r10356 patchsets. Approved by: rakuco (mentor) --- deskutils/superkaramba/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'deskutils') diff --git a/deskutils/superkaramba/Makefile b/deskutils/superkaramba/Makefile index c64ad8375e1..8ad7a750690 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 -- cgit