diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-11-29 19:48:18 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-11-29 19:48:18 +0000 |
commit | 2d9476d793b70e05543ff60eae5c6c242550f63d (patch) | |
tree | dc00e05127dc5bc4bcde783f7615a60ecf3c45c5 /deskutils/xchm/Makefile | |
parent | b52aa7ad3e1fbc8690b3db0cbb049fd1fb65111f (diff) | |
download | ports-2d9476d793b70e05543ff60eae5c6c242550f63d.tar.gz ports-2d9476d793b70e05543ff60eae5c6c242550f63d.zip |
Notes
Diffstat (limited to 'deskutils/xchm/Makefile')
-rw-r--r-- | deskutils/xchm/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/deskutils/xchm/Makefile b/deskutils/xchm/Makefile index 45b57da98d02..e768e88885d6 100644 --- a/deskutils/xchm/Makefile +++ b/deskutils/xchm/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xchm -PORTVERSION= 1.9 +PORTVERSION= 1.10 CATEGORIES= deskutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,12 +14,12 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= pav@FreeBSD.org COMMENT= Windows HTML Help (.chm) viewer for UNIX -LIB_DEPENDS= chm.0:${PORTSDIR}/misc/chmlib \ - wx_baseu-2.6.0:${PORTSDIR}/x11-toolkits/wxgtk26-unicode +LIB_DEPENDS= chm.0:${PORTSDIR}/misc/chmlib GNU_CONFIGURE= yes -USE_X_PREFIX= yes -CONFIGURE_ARGS= --with-wx-config=${X11BASE}/bin/wxgtk2u-2.6-config +USE_WX= 2.6 +WX_UNICODE= yes +WX_CONF_ARGS= absolute CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" post-patch: |