diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-03-10 10:56:00 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-03-10 10:56:00 +0000 |
commit | 451c717faf32bab1dd3fc713792a443a2a84b3e4 (patch) | |
tree | d6069c21fbf8d2a0f1871caae391f86bf3d87af7 | |
parent | Remove couple of files that are not being installed with this release. (diff) |
Use LOCALBASE instead of PREFIX in CONFIGURE_ENV.
Notes
Notes:
svn path=/head/; revision=39412
-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 f2fb7895b262..c96ef7f541b8 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${PREFIX}/include/WINGs" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/WINGs" MAN1= wterm.1 |