diff options
Diffstat (limited to 'deskutils/xchm/Makefile')
-rw-r--r-- | deskutils/xchm/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/deskutils/xchm/Makefile b/deskutils/xchm/Makefile index c4be9c2..ba4aecb 100644 --- a/deskutils/xchm/Makefile +++ b/deskutils/xchm/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xchm -PORTVERSION= 1.4 +PORTVERSION= 1.7.1 CATEGORIES= deskutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -21,7 +21,6 @@ GNU_CONFIGURE= yes USE_X_PREFIX= yes 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 post-patch: @${REINPLACE_CMD} -e 's|@REZ_COMMAND@||' ${WRKSRC}/src/Makefile.in |