diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-02-16 04:10:30 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-02-16 04:10:30 +0000 |
commit | 699c677217116b2e3bd602814d5c62047619849b (patch) | |
tree | c2964832a3b860cd7dba3284ea0369cd228696a3 /x11-wm/sawfish2 | |
parent | 9ec7396641590dfa592bbfc8d5c02ec67e8344fa (diff) |
Notes
Diffstat (limited to 'x11-wm/sawfish2')
-rw-r--r-- | x11-wm/sawfish2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-wm/sawfish2/Makefile b/x11-wm/sawfish2/Makefile index 159591c1aa5e..9f98eed14f8c 100644 --- a/x11-wm/sawfish2/Makefile +++ b/x11-wm/sawfish2/Makefile @@ -36,8 +36,7 @@ CONFIGURE_ARGS+= --enable-capplet .else CONFIGURE_ARGS+= --disable-capplet .endif -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include\ - -I${LOCALBASE}/include/giflib" \ +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ GTK_CONFIG="${GTK_CONFIG}" \ GLIB_CONFIG="${GLIB_CONFIG}" \ LIBS="-L${LOCALBASE}/lib -lxpg4" |