diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 06:52:04 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 06:52:04 +0800 |
commit | 6accdc043927f019f3403df308b7fd71dd90e026 (patch) | |
tree | 2aadce2f524fe469991e52b26ab419d3a11b2845 /games | |
parent | ca43e8bb1d83a2d25be74246732c70d4a6dc9975 (diff) | |
download | freebsd-ports-gnome-6accdc043927f019f3403df308b7fd71dd90e026.tar.gz freebsd-ports-gnome-6accdc043927f019f3403df308b7fd71dd90e026.tar.zst freebsd-ports-gnome-6accdc043927f019f3403df308b7fd71dd90e026.zip |
Fix stupid mistake
Diffstat (limited to 'games')
-rw-r--r-- | games/pushover/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/pushover/Makefile b/games/pushover/Makefile index 299c8060ff72..445f99f00801 100644 --- a/games/pushover/Makefile +++ b/games/pushover/Makefile @@ -12,12 +12,11 @@ COMMENT= A puzzle game where the goal is to push over all dominoes LIB_DEPENDS= png15:${PORTSDIR}/graphics/png GNU_CONFIGURE= yes -USES= gmake pkgconfig USE_SDL= sdl mixer ttf USE_LUA= 5.1 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -USES= gettext +USES= gettext gmake pkgconfig PORTDOCS= * |