diff options
Diffstat (limited to 'x11/wterm/Makefile')
-rw-r--r-- | x11/wterm/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/x11/wterm/Makefile b/x11/wterm/Makefile index 3e65a14e5f3d..3f0206ced946 100644 --- a/x11/wterm/Makefile +++ b/x11/wterm/Makefile @@ -6,7 +6,7 @@ # PORTNAME= wterm -PORTVERSION= 6.2.7a1 +PORTVERSION= 6.2.8a2 CATEGORIES= x11 MASTER_SITES= http://wm.current.nu/files/ \ ftp://ftp.sunsite.auc.dk/disk1/linuxberg.com/files/x11/system/ \ @@ -17,18 +17,21 @@ MAINTAINER= treif@mayn.de BUILD_DEPENDS= ${X11BASE}/lib/libWINGs.a:${PORTSDIR}/x11-wm/windowmaker -WRKSRC= ${WRKDIR}/wterm-6.2.7 +WRKSRC= ${WRKDIR}/wterm-6.2.8 USE_X_PREFIX= yes USE_XPM= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-transparency --enable-xpm-background \ --disable-delete-key --disable-backspace-key \ --enable-next-scrollbar --enable-utmp --enable-wtmp \ -# --enable-menubar --enable-graphics + --enable-menubar --enable-graphics CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" MAN1= wterm.1 +post-extract: + ${RM} -f ${WRKSRC}/config.cache + post-install: @${CHMOD} 4711 ${PREFIX}/bin/wterm |