diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2012-09-03 22:24:23 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2012-09-03 22:24:23 +0000 |
commit | fd59f88c262cab4e26bd166304645e128e386f87 (patch) | |
tree | 4c93ac6d1754f3f1100144bc2bceabaea3a1ef8d /games/caph/Makefile | |
parent | b56f44ae7f2a3cf12fadc27505f392e76e30b72e (diff) | |
download | ports-fd59f88c262cab4e26bd166304645e128e386f87.tar.gz ports-fd59f88c262cab4e26bd166304645e128e386f87.zip |
Notes
Diffstat (limited to 'games/caph/Makefile')
-rw-r--r-- | games/caph/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/caph/Makefile b/games/caph/Makefile index 96e86e6a864b..e5b08b73de7b 100644 --- a/games/caph/Makefile +++ b/games/caph/Makefile @@ -6,11 +6,9 @@ # PORTNAME= caph -PORTVERSION= 1.0 -PORTREVISION= 2 +PORTVERSION= 1.1 CATEGORIES= games MASTER_SITES= SF/caphgame/${PORTNAME}/caphgame-${PORTVERSION}/ -DISTNAME= caphgame-${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= Physics-based sandbox game @@ -20,6 +18,7 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/png LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/doc/caph/COPYING +USE_BZIP2= yes USE_SDL= sdl USE_GL= gl |