diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-10-10 08:46:46 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-10-10 08:46:46 +0000 |
commit | b90d908d8fdeaf09910d4cfb11e71362e553718e (patch) | |
tree | 4daa8d00a16907e27e9f3388e6400ab597a67b94 /x11-wm/sawfish2 | |
parent | Update the checksum after a repack without changing the distfile name. (diff) |
Tempararly mark BROKEN if HAVE_GNOME is defined (until there will be a way to
disable bsd.gnome.mk CONFIGURE_ARGS).
Notes
Notes:
svn path=/head/; revision=33663
Diffstat (limited to 'x11-wm/sawfish2')
-rw-r--r-- | x11-wm/sawfish2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-wm/sawfish2/Makefile b/x11-wm/sawfish2/Makefile index 9d7f279f83bf..6eda23d5760a 100644 --- a/x11-wm/sawfish2/Makefile +++ b/x11-wm/sawfish2/Makefile @@ -35,6 +35,7 @@ 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 \ |