diff options
-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 |