summaryrefslogtreecommitdiff
path: root/multimedia/xmms
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-10-10 08:46:46 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-10-10 08:46:46 +0000
commitb90d908d8fdeaf09910d4cfb11e71362e553718e (patch)
tree4daa8d00a16907e27e9f3388e6400ab597a67b94 /multimedia/xmms
parentUpdate 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 'multimedia/xmms')
-rw-r--r--multimedia/xmms/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/xmms/Makefile b/multimedia/xmms/Makefile
index 6663c0359fa5..83d6db74dc22 100644
--- a/multimedia/xmms/Makefile
+++ b/multimedia/xmms/Makefile
@@ -47,6 +47,7 @@ PLIST_SUB+= MIKMODPLUGIN:="@comment "
.if defined(HAVE_GNOME)
USE_GNOME= yes
+BROKEN= "pkg-plist broken due to inability to disable reg's CONFIGURE_ARGS"
.else
CONFIGURE_ARGS= --without-gnome
.endif