diff options
Diffstat (limited to 'devel/kdebindings4-python-krosspython/Makefile')
-rw-r--r-- | devel/kdebindings4-python-krosspython/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/kdebindings4-python-krosspython/Makefile b/devel/kdebindings4-python-krosspython/Makefile index 6128490432aa..9230bea14f14 100644 --- a/devel/kdebindings4-python-krosspython/Makefile +++ b/devel/kdebindings4-python-krosspython/Makefile @@ -7,7 +7,6 @@ PORTNAME= krosspython PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 CATEGORIES= devel kde python MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src @@ -22,12 +21,13 @@ USE_KDE4= kdehier kdelibs kdeprefix automoc4 USE_PYTHON= 2.5+ USE_QT_VER= 4 QT_COMPONENTS= gui qmake_build moc_build uic_build rcc_build -USE_BZIP2= yes -DISTINFO_FILE= ${PORTSDIR}/devel/kdebindings4-kross-interpreters/distinfo +USE_XZ= yes USE_CMAKE= yes CMAKE_ARGS+= -DBUILD_falcon:BOOL=FALSE \ -DBUILD_ruby:BOOL=FALSE \ -DBUILD_java:BOOL=FALSE MAKE_JOBS_SAFE= yes +PLIST_FILES= lib/kde4/krosspython.so + .include <bsd.port.mk> |