aboutsummaryrefslogtreecommitdiff
path: root/graphics/dcraw
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-10-17 18:08:02 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-10-17 18:08:02 +0000
commitb225356d31bb452cceaa14fe545bc6350ea78c1f (patch)
treebaa3de85451580a19e2a551a139d6ad1041e3ec4 /graphics/dcraw
parent96bdaa30eefe27d63e037273f16561bc4a03a584 (diff)
downloadports-b225356d31bb452cceaa14fe545bc6350ea78c1f.tar.gz
ports-b225356d31bb452cceaa14fe545bc6350ea78c1f.zip
Notes
Diffstat (limited to 'graphics/dcraw')
-rw-r--r--graphics/dcraw/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/dcraw/Makefile b/graphics/dcraw/Makefile
index 00fbe8c0408c..d7e4c489597f 100644
--- a/graphics/dcraw/Makefile
+++ b/graphics/dcraw/Makefile
@@ -12,9 +12,9 @@ COMMENT= Decoder for RAW files from digital cameras
LIB_DEPENDS= libjasper.so:${PORTSDIR}/graphics/jasper \
liblcms2.so:${PORTSDIR}/graphics/lcms2
-CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/jasper
-LDFLAGS+= -L${LOCALBASE}/lib -lm -ljasper -ljpeg -llcms2
-USES= jpeg tar:xz
+CFLAGS+= -I${LOCALBASE}/include/jasper
+LDFLAGS+= -ljasper -ljpeg -llcms2 -lm
+USES= jpeg localbase tar:xz
PLIST_FILES= bin/${PORTNAME} \
man/man1/${PORTNAME}.1.gz