diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-20 18:03:42 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-20 18:03:42 +0000 |
commit | f3469fa5bdce1bde66b8971bae4764972e0ecbae (patch) | |
tree | 49cc70a868d97938aa91125962bf6faffaacc005 /games | |
parent | 244468dc15779c4ffa4e0b0a627736266615d82b (diff) | |
download | ports-f3469fa5bdce1bde66b8971bae4764972e0ecbae.tar.gz ports-f3469fa5bdce1bde66b8971bae4764972e0ecbae.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/blokish/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/games/blokish/Makefile b/games/blokish/Makefile index 972f08b07030..6cc004d65075 100644 --- a/games/blokish/Makefile +++ b/games/blokish/Makefile @@ -7,10 +7,9 @@ PORTNAME= blokish PORTVERSION= 0.9.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF DISTNAME= ${PORTNAME}_src_v${PORTVERSION} EXTRACT_SUFX= .tgz @@ -19,7 +18,6 @@ COMMENT= Clone of the strategy board game 'Blokus' GNU_CONFIGURE= yes USE_GMAKE= yes -USE_X_PREFIX= yes USE_GL= yes USE_WX= 2.6 |