diff options
Diffstat (limited to 'games/rtb/Makefile')
-rw-r--r-- | games/rtb/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/games/rtb/Makefile b/games/rtb/Makefile index 474f91b031b1..9769d8d5f9d4 100644 --- a/games/rtb/Makefile +++ b/games/rtb/Makefile @@ -7,10 +7,9 @@ PORTNAME= RealTimeBattle PORTVERSION= 1.0.8 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME:L} +MASTER_SITES= SF${PORTNAME:} DISTNAME= ${PORTNAME}-${PORTVERSION}-Ext MAINTAINER= ports@FreeBSD.org @@ -19,9 +18,7 @@ COMMENT= Robot programming game for UNIX BUILD_DEPENDS= gsed:${PORTSDIR}/textproc/gsed USE_BZIP2= yes -USE_X_PREFIX= yes USE_GNOME= gnometarget gtk20 -USE_GCC= 3.4+ USE_PERL5= yes USE_PYTHON= yes USE_GMAKE= yes |