aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-10-13 05:35:59 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-10-13 05:35:59 +0000
commit7efc68a5a1732e102435e4f9b3b4c85323b923dc (patch)
tree22c646f71d4f6ea940f25bf228ce713b76c93815
parent0926668291cd812977f9d3ae155b5b87e61322af (diff)
downloadports-7efc68a5a1732e102435e4f9b3b4c85323b923dc.tar.gz
ports-7efc68a5a1732e102435e4f9b3b4c85323b923dc.zip
graphics/dcraw: Cosmetic change
-rw-r--r--graphics/dcraw/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/dcraw/Makefile b/graphics/dcraw/Makefile
index b833efba2af1..fce1dcc8324a 100644
--- a/graphics/dcraw/Makefile
+++ b/graphics/dcraw/Makefile
@@ -16,14 +16,14 @@ LIB_DEPENDS= libjasper.so:graphics/jasper \
USES= cpe jpeg localbase tar:xz
-CPE_VENDOR= dcraw_project
-
CPPFLAGS+= -I${LOCALBASE}/include/jasper
LIBS+= -ljasper -ljpeg -llcms2 -lm
PLIST_FILES= bin/dcraw \
share/man/man1/dcraw.1.gz
+CPE_VENDOR= dcraw_project
+
do-build:
@cd ${WRKSRC}/ && ${CC} -o dcraw ${CPPFLAGS} ${CFLAGS} dcraw.c ${LDFLAGS} ${LIBS}