svn commit: r375536 - head/games/fteqw

Antoine Brodin antoine at FreeBSD.org
Thu Dec 25 11:51:51 UTC 2014


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}


More information about the svn-ports-head mailing list