diff options
author | fjoe <fjoe@FreeBSD.org> | 2007-01-08 18:56:47 +0000 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2007-01-08 18:56:47 +0000 |
commit | fe7756cfbe0649e4e69a27f62cd29629fa29a216 (patch) | |
tree | 6f97d45ff8fe170bc04beb3135e228fa2d55c8e3 /deskutils | |
parent | a64d363b6a0537392b523714905a8b41dcd78159 (diff) | |
download | FreeBSD-ports-fe7756cfbe0649e4e69a27f62cd29629fa29a216.zip FreeBSD-ports-fe7756cfbe0649e4e69a27f62cd29629fa29a216.tar.gz |
Allow this port to be built with wxgtk 2.8 and later.
Approved by: MAINTAINER
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/xchm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/xchm/Makefile b/deskutils/xchm/Makefile index e768e88..47c726b 100644 --- a/deskutils/xchm/Makefile +++ b/deskutils/xchm/Makefile @@ -17,7 +17,7 @@ COMMENT= Windows HTML Help (.chm) viewer for UNIX LIB_DEPENDS= chm.0:${PORTSDIR}/misc/chmlib GNU_CONFIGURE= yes -USE_WX= 2.6 +USE_WX= 2.6+ WX_UNICODE= yes WX_CONF_ARGS= absolute CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" |