graphics/dcraw: Cosmetic change

This commit is contained in:
Po-Chuan Hsieh 2021-10-13 13:35:59 +08:00
parent 0926668291
commit 7efc68a5a1
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B

View file

@ -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}