aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/sawfish
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-10-11 06:32:37 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-10-11 06:32:37 +0000
commitd40bb17695a1541c598976596fd6a991c0a0ae3e (patch)
tree4527f43a6e007c44f6c4bda4e6ba88f141f4e741 /x11-wm/sawfish
parent8b531b1b93bde323c3149a9932f29cc9dc86d34e (diff)
downloadports-d40bb17695a1541c598976596fd6a991c0a0ae3e.tar.gz
ports-d40bb17695a1541c598976596fd6a991c0a0ae3e.zip
Notes
Diffstat (limited to 'x11-wm/sawfish')
-rw-r--r--x11-wm/sawfish/Makefile5
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 \