diff options
author | Max Khon <fjoe@FreeBSD.org> | 2007-01-08 18:56:47 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2007-01-08 18:56:47 +0000 |
commit | 021029c831a040bdac7502f1e2b694e5ea68c6f3 (patch) | |
tree | a8653d885c9ce3cbfa753a64292be6f5d8542590 /deskutils/xchm/Makefile | |
parent | 5dfc030f1255a211824883f892edd2666fa9ec5f (diff) | |
download | ports-021029c831a040bdac7502f1e2b694e5ea68c6f3.tar.gz ports-021029c831a040bdac7502f1e2b694e5ea68c6f3.zip |
Allow this port to be built with wxgtk 2.8 and later.
Approved by: MAINTAINER
Notes
Notes:
svn path=/head/; revision=181799
Diffstat (limited to 'deskutils/xchm/Makefile')
-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 e768e88885d6..47c726b9355a 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}" |