diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2014-04-04 20:36:47 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2014-04-04 20:36:47 +0000 |
commit | 3febe31ec588e7957ef6054194685debcc4aaf4c (patch) | |
tree | 5fa6aa25ee7f38cf5d348b33f657b5c0a8e0b2a9 /graphics/darktable | |
parent | 1679adb20541fcf339789c36dbfb859dd734b955 (diff) | |
download | ports-3febe31ec588e7957ef6054194685debcc4aaf4c.tar.gz ports-3febe31ec588e7957ef6054194685debcc4aaf4c.zip |
Notes
Diffstat (limited to 'graphics/darktable')
-rw-r--r-- | graphics/darktable/Makefile | 7 |
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> |