aboutsummaryrefslogtreecommitdiff
path: root/graphics/darktable
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2014-04-04 20:36:47 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2014-04-04 20:36:47 +0000
commit3febe31ec588e7957ef6054194685debcc4aaf4c (patch)
tree5fa6aa25ee7f38cf5d348b33f657b5c0a8e0b2a9 /graphics/darktable
parent1679adb20541fcf339789c36dbfb859dd734b955 (diff)
downloadports-3febe31ec588e7957ef6054194685debcc4aaf4c.tar.gz
ports-3febe31ec588e7957ef6054194685debcc4aaf4c.zip
Notes
Diffstat (limited to 'graphics/darktable')
-rw-r--r--graphics/darktable/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/graphics/darktable/Makefile b/graphics/darktable/Makefile
index e32d0f58c4cd..27ac3b6d2268 100644
--- a/graphics/darktable/Makefile
+++ b/graphics/darktable/Makefile
@@ -3,7 +3,7 @@
PORTNAME= darktable
PORTVERSION= 1.2.3
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R}
@@ -22,8 +22,7 @@ LIB_DEPENDS= libexiv2.so:${PORTSDIR}/graphics/exiv2 \
ONLY_FOR_ARCHS= i386 amd64
ONLY_FOR_ARCHS_REASON= uses SSE extensions
-USES= cmake:outsource pkgconfig
-USE_XZ= yes
+USES= cmake:outsource pkgconfig tar:xz
USE_GNOME= librsvg2
USE_SQLITE= yes
USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME}
@@ -40,7 +39,7 @@ RAWSPEED_DESC= Compile with rawspeed backend
SLIDESHOW_DESC= Build OpenGL/SDL slideshow viewer
GCC_DESC= Build with modern GCC (better OpenMP support)
-OPTIONS_DEFAULT= GPHOTO RAWSPEED GCC
+OPTIONS_DEFAULT= GPHOTO RAWSPEED #GCC
NO_STAGE= yes
.include <bsd.port.options.mk>