diff options
author | tron <tron@pkgsrc.org> | 2001-03-12 10:43:19 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-03-12 10:43:19 +0000 |
commit | 17d00291541ac2f358e717b53b2a0b45169f990d (patch) | |
tree | cfec052b44e9f1637f0573224b2e8d3f677795ce /x11/wterm | |
parent | 3bc747333035d0e10c84bca30ff0a40d5bb277c7 (diff) | |
download | pkgsrc-17d00291541ac2f358e717b53b2a0b45169f990d.tar.gz |
Make this work with version "0.64.0" of the "windowmaker" package.
Diffstat (limited to 'x11/wterm')
-rw-r--r-- | x11/wterm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/wterm/Makefile b/x11/wterm/Makefile index 3dadf7bc712..ef3b1492053 100644 --- a/x11/wterm/Makefile +++ b/x11/wterm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2001/02/17 17:06:55 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2001/03/12 10:43:19 tron Exp $ # DISTNAME= wterm-6.2.6 @@ -15,7 +15,7 @@ DEPENDS+= windowmaker-*:../../wm/windowmaker USE_X11BASE= YES GNU_CONFIGURE= YES -CFLAGS+= -I${LOCALBASE}/include +CFLAGS+= -I${LOCALBASE}/include -I${X11BASE}/include/WINGs CONFIGURE_ARGS+= --enable-utmp --enable-wtmp --enable-xpm-background CONFIGURE_ARGS+= --enable-menubar --enable-graphics --enable-next-scroll |