diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2011-05-16 13:04:54 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2011-05-16 13:04:54 +0000 |
commit | 070b9973745d0a52a616ca5b673e642b2d697080 (patch) | |
tree | 70c1208abc34081da17130d98a17941e8bdd555e /games/violetland/Makefile | |
parent | fc2003b7cfc09ec60cc276be82be39325b14e740 (diff) | |
download | ports-070b9973745d0a52a616ca5b673e642b2d697080.tar.gz ports-070b9973745d0a52a616ca5b673e642b2d697080.zip |
Notes
Diffstat (limited to 'games/violetland/Makefile')
-rw-r--r-- | games/violetland/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/violetland/Makefile b/games/violetland/Makefile index 6ce4d8840b50..09682a468782 100644 --- a/games/violetland/Makefile +++ b/games/violetland/Makefile @@ -6,7 +6,7 @@ # PORTNAME= violetland -PORTVERSION= 0.3.2 +PORTVERSION= 0.4.0 CATEGORIES= games MASTER_SITES= GOOGLE_CODE \ http://mirror.amdmi3.ru/distfiles/ @@ -15,6 +15,8 @@ DISTNAME= ${PORTNAME}-v${PORTVERSION}-src MAINTAINER= amdmi3@FreeBSD.org COMMENT= Top-down survival shoot 'em up +LIB_DEPENDS= boost_filesystem.4:${PORTSDIR}/devel/boost-libs + USE_ZIP= yes USE_SDL= sdl mixer image ttf USE_GL= gl glu |