diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-26 22:21:13 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-26 22:21:13 +0000 |
commit | 988e3d9e801f1e72fdf5b064d493e637133d2f83 (patch) | |
tree | b178ea835ac46465652e7bbc494d6ee647c5428c /games/barrage/Makefile | |
parent | 43dc3ac4f469f541a32970a95d297da288722b3b (diff) |
Notes
Diffstat (limited to 'games/barrage/Makefile')
-rw-r--r-- | games/barrage/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/barrage/Makefile b/games/barrage/Makefile index 7f4c70521de6..2fde5d717528 100644 --- a/games/barrage/Makefile +++ b/games/barrage/Makefile @@ -6,17 +6,17 @@ # PORTNAME= barrage -PORTVERSION= 1.0.1 -PORTREVISION= 2 +PORTVERSION= 1.0.2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= lgames DISTNAME= ${PORTNAME}-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= az@inec.ru COMMENT= Destroy as many targets as possible USE_GMAKE= yes +USE_GETOPT_LONG=yes USE_SDL= sdl mixer GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-profile-path=/var/games |