diff options
Diffstat (limited to 'graphics/kooka/Makefile')
-rw-r--r-- | graphics/kooka/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/kooka/Makefile b/graphics/kooka/Makefile index 40fd05198c70..539ae36a54e7 100644 --- a/graphics/kooka/Makefile +++ b/graphics/kooka/Makefile @@ -7,7 +7,6 @@ PORTNAME= kooka PORTVERSION= ${KDE_VERSION} -PORTREVISION= 1 CATEGORIES= graphics kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src @@ -25,8 +24,9 @@ CONFLICTS= kdegraphics-3.1.* kdegraphics-3.2.[0-3] USE_KDELIBS_VER=3 PREFIX= ${KDE_PREFIX} + USE_BZIP2= yes -USE_AUTOTOOLS= libtool:15 +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes WRKSRC= ${WRKDIR}/kdegraphics-${PORTVERSION} INSTALLS_SHLIB= yes |