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/secretmaryochronicles/Makefile | |
parent | bfdfc5baac1b60e409c56691b0e6d07cff8d1d91 (diff) |
Notes
Diffstat (limited to 'games/secretmaryochronicles/Makefile')
-rw-r--r-- | games/secretmaryochronicles/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/secretmaryochronicles/Makefile b/games/secretmaryochronicles/Makefile index 23e85a2f4f09..4518c3fac183 100644 --- a/games/secretmaryochronicles/Makefile +++ b/games/secretmaryochronicles/Makefile @@ -21,7 +21,7 @@ LICENSE= GPLv3 LIB_DEPENDS= libCEGUIBase-0.so:${PORTSDIR}/graphics/cegui \ libboost_filesystem.so:${PORTSDIR}/devel/boost-libs \ - libpng15.so:${PORTSDIR}/graphics/png \ + libpng.so:${PORTSDIR}/graphics/png \ libpcre.so:${PORTSDIR}/devel/pcre \ libfreeimage.so:${PORTSDIR}/graphics/freeimage \ libxml++-2.6.so:${PORTSDIR}/textproc/libxml++26 |