diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-10-11 06:32:37 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-10-11 06:32:37 +0000 |
commit | d40bb17695a1541c598976596fd6a991c0a0ae3e (patch) | |
tree | 4527f43a6e007c44f6c4bda4e6ba88f141f4e741 /x11-wm/sawfish | |
parent | Rushed the last commit to much. Make sure CONFIGURE_ARGs is defined before (diff) |
Unbroke for GNOME case.
Diffstat (limited to 'x11-wm/sawfish')
-rw-r--r-- | x11-wm/sawfish/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-wm/sawfish/Makefile b/x11-wm/sawfish/Makefile index 6eda23d5760a..b133880a7868 100644 --- a/x11-wm/sawfish/Makefile +++ b/x11-wm/sawfish/Makefile @@ -25,7 +25,9 @@ USE_GMAKE= yes USE_IMLIB= yes WANT_GNOME= yes USE_AUTOCONF= yes -CONFIGURE_ARGS= --with-readline +CONFIGURE_ARGS= --with-readline \ + --localstatedir=${PREFIX}/share \ + --datadir=${PREFIX}/share CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LIBS="-L${LOCALBASE}/lib" @@ -35,7 +37,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ USE_GNOME= yes CONFIGURE_ARGS+=--enable-capplet PLIST_SUB+= GNOME:="" -BROKEN= "pkg-plist broken due to inability to disable reg's CONFIGURE_ARGS" .else CONFIGURE_ARGS+=--disable-capplet \ --disable-gnome-widgets \ |