svn commit: r375484 - head/graphics/tif22pnm
Antoine Brodin
antoine at FreeBSD.org
Wed Dec 24 20:02:05 UTC 2014
Author: antoine
Date: Wed Dec 24 20:02:04 2014
New Revision: 375484
URL: https://svnweb.freebsd.org/changeset/ports/375484
QAT: https://qat.redports.org/buildarchive/r375484/
Log:
Properly support png 1.5
Modified:
head/graphics/tif22pnm/Makefile
Modified: head/graphics/tif22pnm/Makefile
==============================================================================
--- head/graphics/tif22pnm/Makefile Wed Dec 24 19:53:51 2014 (r375483)
+++ head/graphics/tif22pnm/Makefile Wed Dec 24 20:02:04 2014 (r375484)
@@ -12,7 +12,7 @@ COMMENT= Converts TIFF-sampled images to
LICENSE= GPLv2
-LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png \
+LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \
libtiff.so:${PORTSDIR}/graphics/tiff
PROJECTHOST= sam2p
@@ -31,8 +31,8 @@ do-build:
cd ${WRKSRC} \
&& ${CC} ${CFLAGS} -DNDEBUG -I${LOCALBASE}/include \
${TIF22PNM_SRCS} -o tif22pnm -L${LOCALBASE}/lib -ltiff \
- && ${CC} ${CFLAGS} -DNDEBUG `pkg-config libpng15 --cflags` \
- ${PNG2PNM_SRCS} -o png22pnm `pkg-config libpng15 --libs` -lm
+ && ${CC} ${CFLAGS} -DNDEBUG `pkg-config libpng --cflags` \
+ ${PNG2PNM_SRCS} -o png22pnm `pkg-config libpng --libs` -lm
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/png22pnm ${STAGEDIR}${PREFIX}/bin
More information about the svn-ports-all
mailing list