svn commit: r375460 - head/games/quadra

Antoine Brodin antoine at FreeBSD.org
Wed Dec 24 13:59:05 UTC 2014


Author: antoine
Date: Wed Dec 24 13:59:04 2014
New Revision: 375460
URL: https://svnweb.freebsd.org/changeset/ports/375460
QAT: https://qat.redports.org/buildarchive/r375460/

Log:
  Properly support png 1.5

Modified:
  head/games/quadra/Makefile

Modified: head/games/quadra/Makefile
==============================================================================
--- head/games/quadra/Makefile	Wed Dec 24 13:52:11 2014	(r375459)
+++ head/games/quadra/Makefile	Wed Dec 24 13:59:04 2014	(r375460)
@@ -12,7 +12,7 @@ MASTER_SITES=	http://kbrandt.sdf-eu.org/
 MAINTAINER=	kbrandt at sdf-eu.org
 COMMENT=	Tetris like game with multiplayer support
 
-LIB_DEPENDS=	libpng15.so:${PORTSDIR}/graphics/png
+LIB_DEPENDS=	libpng.so:${PORTSDIR}/graphics/png
 
 USES=		gmake tar:bzip2
 USE_SDL=	sdl
@@ -20,7 +20,7 @@ USE_XORG=	x11 xau xdmcp
 USE_AUTOTOOLS=	autoconf autoheader
 GNU_CONFIGURE=	yes
 
-CPPFLAGS+=	-I${LOCALBASE}/include/libpng15
+CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
 PLIST_FILES=	bin/${PORTNAME} \


More information about the svn-ports-head mailing list