diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 19:11:51 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 19:11:51 +0000 |
commit | a84c115a09e00e14810cb1deb7bf4637a33ad313 (patch) | |
tree | 97c04ac5ad39d0af4b856d37b17a5a074d6adbc6 /games/blokish | |
parent | aa63c219bc3e4ef1b783a2b3c14615ecde12089a (diff) |
Notes
Diffstat (limited to 'games/blokish')
-rw-r--r-- | games/blokish/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/blokish/Makefile b/games/blokish/Makefile index 3f68effc2197..4693f476c1ba 100644 --- a/games/blokish/Makefile +++ b/games/blokish/Makefile @@ -7,13 +7,12 @@ PORTREVISION= 5 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/v${PORTVERSION} DISTNAME= ${PORTNAME}_v${PORTVERSION} -EXTRACT_SUFX= .tgz MAINTAINER= amdmi3@FreeBSD.org COMMENT= Clone of the strategy board game 'Blokus' GNU_CONFIGURE= yes -USES= gmake +USES= gmake tar:tgz USE_GL= gl USE_WX= 2.8 WX_UNICODE= yes |