mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
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:
parent
47c49b3475
commit
b90d908d8f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=33663
@ -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
|
||||
|
@ -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
|
||||
|
@ -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 \
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user