diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/wterm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/wterm/Makefile b/x11/wterm/Makefile index c96ef7f541b8..697355286715 100644 --- a/x11/wterm/Makefile +++ b/x11/wterm/Makefile @@ -25,7 +25,7 @@ CONFIGURE_ARGS= --enable-transparency --enable-xpm-background \ --disable-delete-key --disable-backspace-key \ --enable-next-scrollbar --enable-utmp --enable-wtmp \ --enable-menubar --enable-graphics -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/WINGs" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include/WINGs" MAN1= wterm.1 |