diff options
author | bapt <bapt@FreeBSD.org> | 2014-03-24 23:36:52 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-03-24 23:36:52 +0800 |
commit | 3e80e4cac409c90a6eb0284fe73c59250bc145ed (patch) | |
tree | 06c6e722512e354520559dca9f245f7740142827 /games | |
parent | 630fe8057a112ec2d3194b656949546cad776645 (diff) | |
download | freebsd-ports-gnome-3e80e4cac409c90a6eb0284fe73c59250bc145ed.tar.gz freebsd-ports-gnome-3e80e4cac409c90a6eb0284fe73c59250bc145ed.tar.zst freebsd-ports-gnome-3e80e4cac409c90a6eb0284fe73c59250bc145ed.zip |
Only build with wx 2.8
While here, use unicode version
Diffstat (limited to 'games')
-rw-r--r-- | games/blokish/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/blokish/Makefile b/games/blokish/Makefile index 173e5482221d..3f68effc2197 100644 --- a/games/blokish/Makefile +++ b/games/blokish/Makefile @@ -3,7 +3,7 @@ PORTNAME= blokish PORTVERSION= 0.9.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/v${PORTVERSION} DISTNAME= ${PORTNAME}_v${PORTVERSION} @@ -15,7 +15,8 @@ COMMENT= Clone of the strategy board game 'Blokus' GNU_CONFIGURE= yes USES= gmake USE_GL= gl -USE_WX= 2.6+ +USE_WX= 2.8 +WX_UNICODE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |