Tempararly mark BROKEN if HAVE_GNOME is defined (until there will be a way to

disable bsd.gnome.mk CONFIGURE_ARGS).
This commit is contained in:
Maxim Sobolev 2000-10-10 08:46:46 +00:00
parent 47c49b3475
commit b90d908d8f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=33663
4 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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 \

View File

@ -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 \