Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Dec 2014 23:14:08 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r375369 - head/devel/clanlib
Message-ID:  <201412232314.sBNNE8KM007958@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



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