diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-06 12:12:00 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-06 12:12:00 +0000 |
commit | 7a0f4abe2be429be794564fa0ba30727d6458ef0 (patch) | |
tree | cb47117e55d8b3cfa8e1d039d125b1106964ca6e /games/lordsawar | |
parent | 60dbc060c34744dd55726fe83163eee3d49b4efe (diff) | |
download | ports-7a0f4abe2be429be794564fa0ba30727d6458ef0.tar.gz ports-7a0f4abe2be429be794564fa0ba30727d6458ef0.zip |
Notes
Diffstat (limited to 'games/lordsawar')
-rw-r--r-- | games/lordsawar/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/lordsawar/Makefile b/games/lordsawar/Makefile index cc69772e01aa..18bb1cf5a0c8 100644 --- a/games/lordsawar/Makefile +++ b/games/lordsawar/Makefile @@ -16,11 +16,10 @@ LIB_DEPENDS= tar:${PORTSDIR}/devel/libtar \ uuid:${PORTSDIR}/misc/e2fsprogs-libuuid \ gnet-2:${PORTSDIR}/net/gnet2 -USES= gettext +USES= gettext gmake pkgconfig USE_GNOME= gnomehier gtkmm24 USE_SDL= sdl image mixer USE_GCC= any -USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-boost-includedir=${LOCALBASE}/include |