diff options
Diffstat (limited to 'deskutils/xchm/Makefile')
-rw-r--r-- | deskutils/xchm/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/deskutils/xchm/Makefile b/deskutils/xchm/Makefile index 73de1985adbc..e740fc1a9550 100644 --- a/deskutils/xchm/Makefile +++ b/deskutils/xchm/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xchm -PORTVERSION= 0.9.8 +PORTVERSION= 1.0 CATEGORIES= deskutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,11 +15,11 @@ MAINTAINER= pav@FreeBSD.org COMMENT= Windows HTML Help (.chm) viewer for UNIX LIB_DEPENDS= chm.0:${PORTSDIR}/misc/chmlib \ - wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk24 + wx_base-2.6.0:${PORTSDIR}/x11-toolkits/wxgtk26 GNU_CONFIGURE= yes USE_X_PREFIX= yes -CONFIGURE_ARGS= --with-wx-config=${X11BASE}/bin/wxgtk2-2.4-config +CONFIGURE_ARGS= --with-wx-config=${X11BASE}/bin/wxgtk2-2.6-config CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" USE_REINPLACE= yes |