add cruft to knock out the -polkit package on arch where spidermonkey fails
ok aja@ and landry noticed I was missing some arches from the list
This commit is contained in:
parent
e693f2833d
commit
0e1d46fdb6
@ -1,4 +1,7 @@
|
||||
# $OpenBSD: Makefile,v 1.79 2013/02/06 14:29:49 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.80 2013/03/05 10:26:58 sthen Exp $
|
||||
|
||||
# gconf2-polkit requires spidermonkey
|
||||
ONLY_FOR_ARCHS-polkit= alpha amd64 i386 hppa mips64el mips64 powerpc sparc64
|
||||
|
||||
COMMENT-main= configuration database system for GNOME
|
||||
COMMENT-polkit= PolicyKit integration for GConf2
|
||||
@ -64,13 +67,22 @@ MODGNOME_TOOLS= goi
|
||||
|
||||
CONFIGURE_STYLE=gnu
|
||||
CONFIGURE_ARGS= --without-openldap \
|
||||
--enable-defaults-service \
|
||||
--disable-gtk \
|
||||
--disable-orbit
|
||||
|
||||
FAKE_FLAGS= sysgconfdir=${PREFIX}/share/examples/gconf2 \
|
||||
sysconfdir=${PREFIX}/share/examples/gconf2
|
||||
|
||||
PSEUDO_FLAVORS= no_polkit
|
||||
FLAVOR?=
|
||||
|
||||
.include <bsd.port.arch.mk>
|
||||
.if !${BUILD_PACKAGES:M-polkit}
|
||||
CONFIGURE_ARGS+= --disable-defaults-service
|
||||
.else
|
||||
CONFIGURE_ARGS+= --enable-defaults-service
|
||||
.endif
|
||||
|
||||
pre-configure:
|
||||
${SUBST_CMD} ${WRKSRC}/gsettings/gsettings-data-convert.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user