Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Dec 2014 13:59:05 +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: r375460 - head/games/quadra
Message-ID:  <201412241359.sBODx5IO044524@svn.freebsd.org>

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



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