diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2012-05-25 02:15:20 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2012-05-25 02:15:20 +0000 |
commit | f564508406256a7dc7e7f9589788c00e917c1863 (patch) | |
tree | b6ce65710c94504aa252a65ee74453340de3d60c /graphics/ksaneplugin/Makefile | |
parent | 4319d238082bcfa3ccbb9d4f572c65c0547d8269 (diff) | |
download | ports-f564508406256a7dc7e7f9589788c00e917c1863.tar.gz ports-f564508406256a7dc7e7f9589788c00e917c1863.zip |
Notes
Diffstat (limited to 'graphics/ksaneplugin/Makefile')
-rw-r--r-- | graphics/ksaneplugin/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/graphics/ksaneplugin/Makefile b/graphics/ksaneplugin/Makefile index 6c2bf6906ce9..81e67bb8060a 100644 --- a/graphics/ksaneplugin/Makefile +++ b/graphics/ksaneplugin/Makefile @@ -7,7 +7,6 @@ PORTNAME= ksaneplugin PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 CATEGORIES= graphics kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src @@ -16,15 +15,13 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= KDE 4 plugin for scanning through libksane -LIB_DEPENDS= ksane.0:${PORTSDIR}/graphics/libksane - CONFLICTS= kdegraphics-4.[0-6].* -USE_KDE4= kdehier kdelibs kdeprefix automoc4 +USE_KDE4= kdehier kdelibs kdeprefix libksane automoc4 KDE4_BUILDENV= yes USE_QT_VER= 4 QT_COMPONENTS= dbus qmake_build moc_build uic_build rcc_build -USE_BZIP2= yes +USE_XZ= yes MAKE_JOBS_SAFE= yes .include <bsd.port.mk> |