diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/tomatoes/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/games/tomatoes/Makefile b/games/tomatoes/Makefile index a9f37e44c578..abe0c964102c 100644 --- a/games/tomatoes/Makefile +++ b/games/tomatoes/Makefile @@ -7,10 +7,9 @@ PORTNAME= tomatoes PORTVERSION= 1.5 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF DISTFILES= ${PORTNAME}-linux-src-${PORTVERSION}5${EXTRACT_SUFX} \ ${PORTNAME}-linux-${PORTVERSION}${EXTRACT_SUFX} @@ -21,7 +20,6 @@ WRKSRC= ${WRKDIR}/tomatoes-${PORTVERSION}5 TDATA= ${WRKDIR}/tomatoes-${PORTVERSION} USE_BZIP2= yes -USE_X_PREFIX= yes USE_SDL= mixer image USE_GL= yes USE_GMAKE= yes |