diff options
Diffstat (limited to 'games/wesnoth/Makefile')
-rw-r--r-- | games/wesnoth/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/wesnoth/Makefile b/games/wesnoth/Makefile index 6255fbd001ff..8ced5ae65e9e 100644 --- a/games/wesnoth/Makefile +++ b/games/wesnoth/Makefile @@ -14,8 +14,8 @@ LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/lib/X11/fonts/junicode/Junicode.ttf:${PORTSDIR}/x11-fonts/junicode -LIB_DEPENDS= boost_thread:${PORTSDIR}/devel/boost-libs \ - png15:${PORTSDIR}/graphics/png +LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs \ + libpng15.so:${PORTSDIR}/graphics/png USE_SDL= image mixer net ttf USE_GNOME= pango desktopfileutils |