diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-10-11 14:32:37 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-10-11 14:32:37 +0800 |
commit | f3f204a7514897334046538945423fa93d294d5c (patch) | |
tree | f7f510487725148c71ff0d11204d8e1b92e95707 /x11-wm | |
parent | b45598e0b0524558113fd9a423b4238697f6741d (diff) | |
download | freebsd-ports-gnome-f3f204a7514897334046538945423fa93d294d5c.tar.gz freebsd-ports-gnome-f3f204a7514897334046538945423fa93d294d5c.tar.zst freebsd-ports-gnome-f3f204a7514897334046538945423fa93d294d5c.zip |
Unbroke for GNOME case.
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/sawfish/Makefile | 5 | ||||
-rw-r--r-- | x11-wm/sawfish2/Makefile | 5 |
2 files changed, 6 insertions, 4 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 \ diff --git a/x11-wm/sawfish2/Makefile b/x11-wm/sawfish2/Makefile index 6eda23d5760a..b133880a7868 100644 --- a/x11-wm/sawfish2/Makefile +++ b/x11-wm/sawfish2/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 \ |