diff options
Diffstat (limited to 'games/widelands')
-rw-r--r-- | games/widelands/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/widelands/Makefile b/games/widelands/Makefile index 459afae34807..6d4cb741ac61 100644 --- a/games/widelands/Makefile +++ b/games/widelands/Makefile @@ -15,8 +15,8 @@ COMMENT= Realtime strategy game inspired by Settlers II LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png -BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs +LIB_DEPENDS= libpng.so:graphics/png +BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs USES= cmake:outsource compiler:c++11-lib execinfo gettext \ lua:51 tar:bzip2 python:build |