diff options
| author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-03-10 13:01:25 +0000 |
|---|---|---|
| committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-03-10 13:01:25 +0000 |
| commit | b88a789d558fa5073317e1aa783a8122577d04c6 (patch) | |
| tree | c57f71cfadaf26d00e219ea0405cbedb305142f7 | |
| parent | 0b3c2d55d251b665341d7705c157108cd97dd4e8 (diff) | |
Fix previous commit: LOCALBASE --> X11BASE.
| -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 |
