diff options
Diffstat (limited to 'deskutils/xchm/Makefile')
-rw-r--r-- | deskutils/xchm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/xchm/Makefile b/deskutils/xchm/Makefile index 1fc9c27a0264..8262604e45ae 100644 --- a/deskutils/xchm/Makefile +++ b/deskutils/xchm/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xchm -PORTVERSION= 0.8.10 +PORTVERSION= 0.8.11 CATEGORIES= deskutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,10 +16,10 @@ COMMENT= Windows HTML Help (.chm) viewer for UNIX LIB_DEPENDS= chm.0:${PORTSDIR}/misc/chmlib \ wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk2 -CONFIGURE_ARGS= --with-wx-config=${X11BASE}/bin/wxgtk2-2.4-config GNU_CONFIGURE= yes USE_X_PREFIX= yes +CONFIGURE_ARGS= --with-wx-config=${X11BASE}/bin/wxgtk2-2.4-config CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" USE_REINPLACE= yes |