diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2011-05-16 21:04:54 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2011-05-16 21:04:54 +0800 |
commit | 5768109f1cf8fb777f5f0f6d9234f43eeea534c6 (patch) | |
tree | efb90907c572410aa66d82f6173e311c00fd5274 /games/violetland/Makefile | |
parent | cc7166bbe18ac6e55f0b8393607dab8184d8a1c1 (diff) | |
download | freebsd-ports-gnome-5768109f1cf8fb777f5f0f6d9234f43eeea534c6.tar.gz freebsd-ports-gnome-5768109f1cf8fb777f5f0f6d9234f43eeea534c6.tar.zst freebsd-ports-gnome-5768109f1cf8fb777f5f0f6d9234f43eeea534c6.zip |
- Update to 0.4.0
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 |