diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-25 19:04:25 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-25 19:04:25 +0000 |
commit | 7ae46e9b126aa67fb2c445fc7b192dd6a42f4ee5 (patch) | |
tree | 1ab8a61c390fb88b46b924e62465cf67b9cc354f /games/gemrb | |
parent | Include string.h for memset and memmove declaration (diff) |
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade
Notes
Notes:
svn path=/head/; revision=375594
Diffstat (limited to 'games/gemrb')
-rw-r--r-- | games/gemrb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/gemrb/Makefile b/games/gemrb/Makefile index ded6a6b10d91..0c5d7d8152e3 100644 --- a/games/gemrb/Makefile +++ b/games/gemrb/Makefile @@ -13,7 +13,7 @@ COMMENT= GemRB (Game engine made with preRendered Background) LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png \ +LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \ libvorbis.so:${PORTSDIR}/audio/libvorbis OPTIONS_DEFINE= DOCS |