diff options
author | pav <pav@FreeBSD.org> | 2006-05-07 04:12:02 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-05-07 04:12:02 +0800 |
commit | ec384b196b4f2d8f56e08e545717ebea01cdcba1 (patch) | |
tree | 5369ccbba7b6a264da86c393f76089dc36c31632 | |
parent | f163e6a2784f03ee3c15506452a75c95a44cc43a (diff) | |
download | freebsd-ports-gnome-ec384b196b4f2d8f56e08e545717ebea01cdcba1.tar.gz freebsd-ports-gnome-ec384b196b4f2d8f56e08e545717ebea01cdcba1.tar.zst freebsd-ports-gnome-ec384b196b4f2d8f56e08e545717ebea01cdcba1.zip |
- This works so much better with wx-unicode
Submitted by: fjoe via krion
-rw-r--r-- | deskutils/xchm/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/deskutils/xchm/Makefile b/deskutils/xchm/Makefile index ba4aecb71bfe..db1c7300c192 100644 --- a/deskutils/xchm/Makefile +++ b/deskutils/xchm/Makefile @@ -7,6 +7,7 @@ PORTNAME= xchm PORTVERSION= 1.7.1 +PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,11 +16,11 @@ MAINTAINER= pav@FreeBSD.org COMMENT= Windows HTML Help (.chm) viewer for UNIX LIB_DEPENDS= chm.0:${PORTSDIR}/misc/chmlib \ - wx_base-2.6.0:${PORTSDIR}/x11-toolkits/wxgtk26 + wx_baseu-2.6.0:${PORTSDIR}/x11-toolkits/wxgtk26-unicode GNU_CONFIGURE= yes USE_X_PREFIX= yes -CONFIGURE_ARGS= --with-wx-config=${X11BASE}/bin/wxgtk2-2.6-config +CONFIGURE_ARGS= --with-wx-config=${X11BASE}/bin/wxgtk2u-2.6-config CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" post-patch: |