diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 20:03:58 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 20:03:58 +0000 |
commit | efd069754984f95b97c34a6ddcf64f6126dfa1d6 (patch) | |
tree | c519edfa8150d5efc6571231295d7b3f1692e61c /games/pushover | |
parent | b7cdacd1734ee37cb94a9963556ad73416d50e18 (diff) |
Notes
Diffstat (limited to 'games/pushover')
-rw-r--r-- | games/pushover/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/pushover/Makefile b/games/pushover/Makefile index 651a001a76fa..299c8060ff72 100644 --- a/games/pushover/Makefile +++ b/games/pushover/Makefile @@ -12,7 +12,7 @@ COMMENT= A puzzle game where the goal is to push over all dominoes LIB_DEPENDS= png15:${PORTSDIR}/graphics/png GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_SDL= sdl mixer ttf USE_LUA= 5.1 CPPFLAGS+= -I${LOCALBASE}/include |