From d7a62f6112fb3ecd95f90ef3f576b17db6b88868 Mon Sep 17 00:00:00 2001 From: Tobias Kortkamp Date: Fri, 9 Jun 2017 13:31:21 +0000 Subject: 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 --- games/opensonic/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'games') diff --git a/games/opensonic/Makefile b/games/opensonic/Makefile index f2c259cca496..53963da32838 100644 --- a/games/opensonic/Makefile +++ b/games/opensonic/Makefile @@ -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" universe 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}" \ -- cgit v1.2.3