diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-10-10 16:46:46 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-10-10 16:46:46 +0800 |
commit | 6ef51e7b21b784ee7cd56e09bcf1590f50eac495 (patch) | |
tree | c1dd175cc4699c59a9a0e3363fa79c67dc46b065 /x11-wm/sawfish | |
parent | 3a68e780dcbd1b84bfbe57e241cee4a3fd771b4b (diff) | |
download | freebsd-ports-gnome-6ef51e7b21b784ee7cd56e09bcf1590f50eac495.tar.gz freebsd-ports-gnome-6ef51e7b21b784ee7cd56e09bcf1590f50eac495.tar.zst freebsd-ports-gnome-6ef51e7b21b784ee7cd56e09bcf1590f50eac495.zip |
Tempararly mark BROKEN if HAVE_GNOME is defined (until there will be a way to
disable bsd.gnome.mk CONFIGURE_ARGS).
Diffstat (limited to 'x11-wm/sawfish')
-rw-r--r-- | x11-wm/sawfish/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-wm/sawfish/Makefile b/x11-wm/sawfish/Makefile index 9d7f279f83bf..6eda23d5760a 100644 --- a/x11-wm/sawfish/Makefile +++ b/x11-wm/sawfish/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 \ |