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
This commit is contained in:
parent
03f1c01e0f
commit
d7a62f6112
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=442982
@ -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}" \
|
||||
|
Loading…
Reference in New Issue
Block a user