diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-20 18:03:08 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-20 18:03:08 +0000 |
commit | 244468dc15779c4ffa4e0b0a627736266615d82b (patch) | |
tree | ea0d971f0454dc11ca03c655eb21a6d0b0234409 /games/tomatoes | |
parent | 73c3dfcaa92d345bc8ab7a8442b26773a28f5b70 (diff) |
Notes
Diffstat (limited to 'games/tomatoes')
-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 |