diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-24 12:57:30 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-24 12:57:30 +0000 |
commit | 7b9d12c2f54af0f0919c580872656a60b96d7493 (patch) | |
tree | 790bdfc3b7db799e7b89bc3c28e978dad42a7f57 /ftp/wxdfast/Makefile | |
parent | 27da628aa1306f2d22152ca6ed6b8b5fc4eab14b (diff) |
Switch to wx 2.8
Notes
Notes:
svn path=/head/; revision=348989
Diffstat (limited to 'ftp/wxdfast/Makefile')
-rw-r--r-- | ftp/wxdfast/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/wxdfast/Makefile b/ftp/wxdfast/Makefile index a0f62a33102d..cebb9d687d15 100644 --- a/ftp/wxdfast/Makefile +++ b/ftp/wxdfast/Makefile @@ -15,7 +15,7 @@ LICENSE= GPLv2 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USE_WX= 2.6+ +USE_WX= 2.8+ WX_CONF_ARGS= relative WX_UNICODE= yes USES= gettext |