Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Dec 2014 00:13:17 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r375498 - head/graphics/pngwriter
Message-ID:  <201412250013.sBP0DHlX038257@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Thu Dec 25 00:13:16 2014
New Revision: 375498
URL: https://svnweb.freebsd.org/changeset/ports/375498
QAT: https://qat.redports.org/buildarchive/r375498/

Log:
  Properly support png 1.5

Modified:
  head/graphics/pngwriter/Makefile

Modified: head/graphics/pngwriter/Makefile
==============================================================================
--- head/graphics/pngwriter/Makefile	Wed Dec 24 23:43:49 2014	(r375497)
+++ head/graphics/pngwriter/Makefile	Thu Dec 25 00:13:16 2014	(r375498)
@@ -10,14 +10,14 @@ MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}
 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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412250013.sBP0DHlX038257>