diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 10:23:55 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 10:23:55 +0000 |
commit | c7d6ee97c1e3058dc5e26308ae336e58bc1197d9 (patch) | |
tree | f6e784f75b78fca30725a4bca431b966cbe15807 /games/monster-masher | |
parent | b3e4e19ddced293c5d1147a3172d522b4a807708 (diff) |
Notes
Diffstat (limited to 'games/monster-masher')
-rw-r--r-- | games/monster-masher/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/monster-masher/Makefile b/games/monster-masher/Makefile index 734ee1701705..9121a4b7e4fd 100644 --- a/games/monster-masher/Makefile +++ b/games/monster-masher/Makefile @@ -17,9 +17,8 @@ LIB_DEPENDS= gnomecanvasmm-2.6:${PORTSDIR}/graphics/libgnomecanvasmm26 \ glademm-2.4:${PORTSDIR}/devel/libglademm24 USE_BZIP2= yes -USES= pathfix gettext +USES= pathfix gettext gmake pkgconfig USE_GNOME= gnomeprefix intlhack libgnome esound -USE_GMAKE= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lesd |