diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-03-10 18:56:00 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-03-10 18:56:00 +0800 |
commit | e39af1334685acca383ef2167a4acbd39c4a6a49 (patch) | |
tree | eb6f1187437186180e9d141df03b80a7dde282f4 /x11 | |
parent | 2e36a4cfa3e8a750ace480e026842cef9a2f9a82 (diff) | |
download | freebsd-ports-gnome-e39af1334685acca383ef2167a4acbd39c4a6a49.tar.gz freebsd-ports-gnome-e39af1334685acca383ef2167a4acbd39c4a6a49.tar.zst freebsd-ports-gnome-e39af1334685acca383ef2167a4acbd39c4a6a49.zip |
Use LOCALBASE instead of PREFIX in CONFIGURE_ENV.
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 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 |