diff options
Diffstat (limited to 'games/lordsawar/Makefile')
-rw-r--r-- | games/lordsawar/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/lordsawar/Makefile b/games/lordsawar/Makefile index 950a32ac5334..06cd994c0be5 100644 --- a/games/lordsawar/Makefile +++ b/games/lordsawar/Makefile @@ -17,7 +17,9 @@ COMMENT= A Warlords II clone LIB_DEPENDS= glademm-2.4:${PORTSDIR}/devel/libglademm24 \ gnet-2.0:${PORTSDIR}/net/gnet2 \ uuid.1:${PORTSDIR}/misc/e2fsprogs-libuuid -BUILD_DEPENDS= bjam:${PORTSDIR}/devel/boost + +BUILD_DEPENDS= bjam:${PORTSDIR}/devel/boost-jam \ + ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs USE_GETTEXT= yes USE_GMAKE= yes |