aboutsummaryrefslogtreecommitdiff
path: root/graphics/digikam-kde4/Makefile
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2010-05-11 14:59:42 +0000
committerDima Panov <fluffy@FreeBSD.org>2010-05-11 14:59:42 +0000
commitceb5e120ff33aa0c8b1464c1aedc7c3b457cbacb (patch)
tree2cd6e28e807f4223871638b7280923ed522c27d4 /graphics/digikam-kde4/Makefile
parent66c53b0ad113fc47402c478c790d84048993ab28 (diff)
downloadports-ceb5e120ff33aa0c8b1464c1aedc7c3b457cbacb.tar.gz
ports-ceb5e120ff33aa0c8b1464c1aedc7c3b457cbacb.zip
Notes
Diffstat (limited to 'graphics/digikam-kde4/Makefile')
-rw-r--r--graphics/digikam-kde4/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/graphics/digikam-kde4/Makefile b/graphics/digikam-kde4/Makefile
index 05e4f5fa21e9..40e4c86d3b77 100644
--- a/graphics/digikam-kde4/Makefile
+++ b/graphics/digikam-kde4/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= digikam
-DISTVERSION= 1.1.0
-PORTREVISION= 2
+DISTVERSION= 1.2.0
PORTEPOCH= 1
CATEGORIES= graphics kde
MASTER_SITES= SF
@@ -20,7 +19,7 @@ LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \
png.6:${PORTSDIR}/graphics/png \
jasper.4:${PORTSDIR}/graphics/jasper \
lqr-1.3:${PORTSDIR}/graphics/liblqr-1 \
- kipi.6:${PORTSDIR}/graphics/kdegraphics4
+ kipi.7:${PORTSDIR}/graphics/kdegraphics4
LATEST_LINK= ${PORTNAME}-kde4
@@ -43,7 +42,7 @@ OPTIONS= GPHOTO2 "Compile with gphoto2 support" on \
MARBLE "Geolocation support (requires misc/kdeedu4)" off \
PIMLIBS "Address book support" on
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
.if defined(WITHOUT_GPHOTO2)
CMAKE_ARGS+= -DENABLE_GPHOTO2:BOOL=OFF
@@ -75,4 +74,4 @@ post-patch:
${GREP} -H -r "#include <q" ${WRKSRC} | ${CUT} -d: -f1 | uniq | \
${XARGS} ${REINPLACE_CMD} -f ${FILESDIR}/qt3to4headers.txt
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>