summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-12-25 00:13:16 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-12-25 00:13:16 +0000
commit9b887b2d343ea855c455c164b67b88a3f9aa47b3 (patch)
tree5c85a9f0d6610ce619ce77d8aabbe3df63e5fccf /graphics
parentcomms/dcf77pi: update to 3.3.0 (diff)
Properly support png 1.5
Diffstat (limited to 'graphics')
-rw-r--r--graphics/pngwriter/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/pngwriter/Makefile b/graphics/pngwriter/Makefile
index 7da679bf4e3c..9aaf69a3cdf3 100644
--- a/graphics/pngwriter/Makefile
+++ b/graphics/pngwriter/Makefile
@@ -10,14 +10,14 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= C++ library for creating PNG images
-LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png \
+LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \
libfreetype.so:${PORTSDIR}/print/freetype2
USES= pkgconfig
WRKSRC= ${WRKDIR}/${DISTNAME}
-CXXFLAGS+= `pkg-config --cflags freetype2 libpng15` -I${LOCALBASE}/include
+CXXFLAGS+= `pkg-config --cflags freetype2 libpng` -I${LOCALBASE}/include
PLIST_FILES= include/pngwriter.h \
lib/libpngwriter.a \