diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-24 15:36:52 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-24 15:36:52 +0000 |
commit | ecce9df375a8694f959566143a0eb60368643a26 (patch) | |
tree | 06c6e722512e354520559dca9f245f7740142827 /games/blokish | |
parent | e2ddbb962aec9bce194b377409423b33c3e2fd91 (diff) | |
download | ports-ecce9df375a8694f959566143a0eb60368643a26.tar.gz ports-ecce9df375a8694f959566143a0eb60368643a26.zip |
Notes
Diffstat (limited to 'games/blokish')
-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 |