svn commit: r375369 - head/devel/clanlib

Baptiste Daroussin bapt at FreeBSD.org
Tue Dec 23 23:14:09 UTC 2014


Author: bapt
Date: Tue Dec 23 23:14:07 2014
New Revision: 375369
URL: https://svnweb.freebsd.org/changeset/ports/375369
QAT: https://qat.redports.org/buildarchive/r375369/

Log:
  No need to expose png internals public interface is enough

Modified:
  head/devel/clanlib/Makefile

Modified: head/devel/clanlib/Makefile
==============================================================================
--- head/devel/clanlib/Makefile	Tue Dec 23 23:08:50 2014	(r375368)
+++ head/devel/clanlib/Makefile	Tue Dec 23 23:14:07 2014	(r375369)
@@ -15,7 +15,7 @@ COMMENT=	Cross-platform game SDK
 LICENSE=	ZLIB
 
 LIB_DEPENDS=	libjpeg.so:${PORTSDIR}/graphics/jpeg \
-		libpng15.so:${PORTSDIR}/graphics/png \
+		libpng.so:${PORTSDIR}/graphics/png \
 		libmikmod.so:${PORTSDIR}/audio/libmikmod \
 		libvorbis.so:${PORTSDIR}/audio/libvorbis \
 		libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \
@@ -28,7 +28,7 @@ USE_LDCONFIG=	yes
 USE_GL=		yes
 USE_SQLITE=	yes
 
-CPPFLAGS+=	-I${LOCALBASE}/include -I${LOCALBASE}/include/libpng15
+CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-docs \


More information about the svn-ports-head mailing list