svn commit: r399561 - head/graphics/dcraw

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Oct 17 18:08:04 UTC 2015


Author: sunpoet
Date: Sat Oct 17 18:08:02 2015
New Revision: 399561
URL: https://svnweb.freebsd.org/changeset/ports/399561

Log:
  - Use USES=localbase
  - Sort LDFLAGS

Modified:
  head/graphics/dcraw/Makefile

Modified: head/graphics/dcraw/Makefile
==============================================================================
--- head/graphics/dcraw/Makefile	Sat Oct 17 18:07:58 2015	(r399560)
+++ head/graphics/dcraw/Makefile	Sat Oct 17 18:08:02 2015	(r399561)
@@ -12,9 +12,9 @@ COMMENT=	Decoder for RAW files from digi
 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


More information about the svn-ports-all mailing list