- Use USES=localbase
- Sort LDFLAGS
This commit is contained in:
parent
96bdaa30ee
commit
b225356d31
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=399561
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user