Date: Tue, 23 Dec 2014 23:17:20 +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: r375370 - in head/devel: clanlib1 clanlib22 Message-ID: <201412232317.sBNNHKrp008513@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Tue Dec 23 23:17:19 2014 New Revision: 375370 URL: https://svnweb.freebsd.org/changeset/ports/375370 QAT: https://qat.redports.org/buildarchive/r375370/ Log: png public interface is enough to build those ports Modified: head/devel/clanlib1/Makefile head/devel/clanlib22/Makefile Modified: head/devel/clanlib1/Makefile ============================================================================== --- head/devel/clanlib1/Makefile Tue Dec 23 23:14:07 2014 (r375369) +++ head/devel/clanlib1/Makefile Tue Dec 23 23:17:19 2014 (r375370) @@ -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 @@ -25,7 +25,7 @@ USE_LDCONFIG= yes USE_SDL= gfx USE_GL= yes -CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libpng15 +CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-docs \ Modified: head/devel/clanlib22/Makefile ============================================================================== --- head/devel/clanlib22/Makefile Tue Dec 23 23:14:07 2014 (r375369) +++ head/devel/clanlib22/Makefile Tue Dec 23 23:17:19 2014 (r375370) @@ -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 \ @@ -27,7 +27,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?201412232317.sBNNHKrp008513>