aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/rawstudio
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2015-06-23 02:33:20 +0800
committerantoine <antoine@FreeBSD.org>2015-06-23 02:33:20 +0800
commita271c81a691520343b54826252aba0c2600e31ab (patch)
treebdb6dbf3e5d4ada04784a3327eb91e0145530524 /graphics/rawstudio
parent19ea8e358e68f9d94cca6a73917529e296948d19 (diff)
downloadfreebsd-ports-gnome-a271c81a691520343b54826252aba0c2600e31ab.tar.gz
freebsd-ports-gnome-a271c81a691520343b54826252aba0c2600e31ab.tar.zst
freebsd-ports-gnome-a271c81a691520343b54826252aba0c2600e31ab.zip
Convert to USES=jpeg
Diffstat (limited to 'graphics/rawstudio')
-rw-r--r--graphics/rawstudio/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/rawstudio/Makefile b/graphics/rawstudio/Makefile
index 4f6d822c94de..85ab353c18d2 100644
--- a/graphics/rawstudio/Makefile
+++ b/graphics/rawstudio/Makefile
@@ -12,8 +12,7 @@ COMMENT= Open-source program to read and manipulate RAW photo images
LICENSE= GPLv2
-LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \
- libpng.so:${PORTSDIR}/graphics/png \
+LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \
liblcms.so:${PORTSDIR}/graphics/lcms \
libexiv2.so:${PORTSDIR}/graphics/exiv2 \
libdbus-1.so:${PORTSDIR}/devel/dbus \
@@ -23,7 +22,7 @@ LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \
libgphoto2.so:${PORTSDIR}/graphics/libgphoto2
BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:${PORTSDIR}/math/fftw3
-USES= desktop-file-utils gettext gmake libtool pathfix pkgconfig
+USES= desktop-file-utils gettext gmake jpeg libtool pathfix pkgconfig
GNU_CONFIGURE= yes
USE_GNOME= gtk20 libxml2 gconf2
USE_SQLITE= 3