aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/libraw
diff options
context:
space:
mode:
authorosa <osa@FreeBSD.org>2008-05-06 13:12:42 +0800
committerosa <osa@FreeBSD.org>2008-05-06 13:12:42 +0800
commitd21f0b6ef936ea76e9c3c4bfab29d96a03150439 (patch)
tree7cab85c5f47726e7d4d7134981faeab2c75b6067 /graphics/libraw
parenta7f7cf7148e5512abe10a7e1527db1933f9cfb8b (diff)
downloadfreebsd-ports-gnome-d21f0b6ef936ea76e9c3c4bfab29d96a03150439.tar.gz
freebsd-ports-gnome-d21f0b6ef936ea76e9c3c4bfab29d96a03150439.tar.zst
freebsd-ports-gnome-d21f0b6ef936ea76e9c3c4bfab29d96a03150439.zip
Add missing dependences.
Diffstat (limited to 'graphics/libraw')
-rw-r--r--graphics/libraw/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/libraw/Makefile b/graphics/libraw/Makefile
index fb0c23180b7b..b0e7b70ff61d 100644
--- a/graphics/libraw/Makefile
+++ b/graphics/libraw/Makefile
@@ -14,6 +14,9 @@ DISTNAME= LibRaw-${PORTVERSION}
MAINTAINER= osa@FreeBSD.org
COMMENT= Library for manipulating raw images
+LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
+ lcms.1:${PORTSDIR}/graphics/lcms
+
MAKE_ENV+= CXX="${CXX}" CC="${CC}" CFLAGS="${CFLAGS}" \
PTHREAD_CFLAGS=${PTHREAD_CFLAGS} PTHREAD_LIBS=${PTHREAD_LIBS}