diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2010-01-05 17:21:55 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2010-01-05 17:21:55 +0000 |
commit | 205f684b2ba15a152df44f526030512e762593ad (patch) | |
tree | 672929a8c086a5d3097459695c63ae4762739b7c /graphics/digikam-kde4/Makefile | |
parent | c3f1bd69dbd25488aef4daabea1c4033e49dd9af (diff) |
Notes
Diffstat (limited to 'graphics/digikam-kde4/Makefile')
-rw-r--r-- | graphics/digikam-kde4/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/graphics/digikam-kde4/Makefile b/graphics/digikam-kde4/Makefile index 9e656a1a39ba..7c313ad4c1c9 100644 --- a/graphics/digikam-kde4/Makefile +++ b/graphics/digikam-kde4/Makefile @@ -6,8 +6,7 @@ # PORTNAME= digikam -PORTVERSION= 0.10.0 -PORTREVISION= 3 +DISTVERSION= 1.0.0 PORTEPOCH= 1 CATEGORIES= graphics kde MASTER_SITES= SF @@ -19,10 +18,12 @@ LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ lcms.1:${PORTSDIR}/graphics/lcms \ png.5:${PORTSDIR}/graphics/png \ jasper.4:${PORTSDIR}/graphics/jasper \ + lqr-1.3:${PORTSDIR}/graphics/liblqr-1 \ kipi.6:${PORTSDIR}/graphics/kdegraphics4 LATEST_LINK= ${PORTNAME}-kde4 +MAKE_JOBS_SAFE= yes USE_BZIP2= yes USE_KDE4= automoc4 kdehier kdeprefix kdelibs USE_QT_VER= 4 @@ -33,7 +34,8 @@ USE_CMAKE= yes USE_GETTEXT= yes USE_LDCONFIG= yes -MAN1= digitaglinktree.1 +MAN1= digitaglinktree.1 \ + cleanup_digikamdb.1 OPTIONS= GPHOTO2 "Compile with gphoto2 support" on \ LENSFUN "Compile lens auto-correction image editor plugin" off \ |