diff options
-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: |