Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Dec 2014 11:51:50 +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: r375536 - head/games/fteqw
Message-ID:  <201412251151.sBPBpowu063758@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Thu Dec 25 11:51:49 2014
New Revision: 375536
URL: https://svnweb.freebsd.org/changeset/ports/375536
QAT: https://qat.redports.org/buildarchive/r375536/

Log:
  Finish properly support png 1.5

Modified:
  head/games/fteqw/Makefile

Modified: head/games/fteqw/Makefile
==============================================================================
--- head/games/fteqw/Makefile	Thu Dec 25 11:24:40 2014	(r375535)
+++ head/games/fteqw/Makefile	Thu Dec 25 11:51:49 2014	(r375536)
@@ -38,9 +38,8 @@ PLIST_FILES+=	bin/fteqw-sv
 
 .if ${PORT_OPTIONS:MGLCLIENT} || !empty(PORT_OPTIONS:MSDLCLIENT)
 LIB_DEPENDS+=	libjpeg.so:${PORTSDIR}/graphics/jpeg \
-		libpng15.so:${PORTSDIR}/graphics/png \
+		libpng.so:${PORTSDIR}/graphics/png \
 		libvorbis.so:${PORTSDIR}/audio/libvorbis
-CFLAGS+=	-I${LOCALBASE}/include/libpng15
 .endif
 
 .if ${PORT_OPTIONS:MGLCLIENT}



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