Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Jun 2017 13:31:21 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r442982 - head/games/opensonic
Message-ID:  <201706091331.v59DVLZ9089292@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Fri Jun  9 13:31:21 2017
New Revision: 442982
URL: https://svnweb.freebsd.org/changeset/ports/442982

Log:
  Add explicit libpng dependency to fix the build of games/opensonic
  after the recent devel/allegro update.
  
  PR:		215838
  Approved by:	mat (mentor), devel@stasyan.com (maintainer)
  Differential Revision:	https://reviews.freebsd.org/D11039

Modified:
  head/games/opensonic/Makefile

Modified: head/games/opensonic/Makefile
==============================================================================
--- head/games/opensonic/Makefile	Fri Jun  9 13:30:19 2017	(r442981)
+++ head/games/opensonic/Makefile	Fri Jun  9 13:31:21 2017	(r442982)
@@ -3,7 +3,7 @@
 
 PORTNAME=	opensonic
 PORTVERSION=	0.1.4
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	games
 MASTER_SITES=	SF/opensnc/Open%20Sonic/${PORTVERSION}
 DISTNAME=	opensnc-src-${PORTVERSION}
@@ -14,6 +14,7 @@ COMMENT=	Game based on the "Sonic the Hedgehog" univer
 BUILD_DEPENDS=	alpng>=1.3:graphics/alpng
 LIB_DEPENDS=	liballeg.so:devel/allegro \
 		libogg.so:audio/libogg \
+		libpng.so:graphics/png \
 		libvorbis.so:audio/libvorbis
 
 DESKTOP_ENTRIES="${PORTNAME}" \



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