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/sawfish2 | |
parent | 8b531b1b93bde323c3149a9932f29cc9dc86d34e (diff) | |
download | ports-d40bb17695a1541c598976596fd6a991c0a0ae3e.tar.gz ports-d40bb17695a1541c598976596fd6a991c0a0ae3e.zip |
Notes
Diffstat (limited to 'x11-wm/sawfish2')
-rw-r--r-- | x11-wm/sawfish2/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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 \ |