graphics/dcraw: Cosmetic change
This commit is contained in:
parent
0926668291
commit
7efc68a5a1
1 changed files with 2 additions and 2 deletions
|
@ -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}
|
||||
|
||||
|
|
Loading…
Reference in a new issue