svn commit: r442982 - head/games/opensonic

Tobias Kortkamp tobik at FreeBSD.org
Fri Jun 9 13:31:22 UTC 2017


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 at 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}" \


More information about the svn-ports-head mailing list