Explicitely set --disable-schemas-compile.
This commit is contained in:
parent
b58a9ed08f
commit
4e1a5bdcbd
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2010/10/19 15:21:03 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2010/10/23 14:10:16 ajacoutot Exp $
|
||||
|
||||
COMMENT= collection of shared GSettings schemas
|
||||
|
||||
@ -25,6 +25,7 @@ USE_LIBTOOL= No
|
||||
|
||||
|
||||
CONFIGURE_STYLE=gnu
|
||||
CONFIGURE_ARGS= --disable-silent-rules
|
||||
CONFIGURE_ARGS= --disable-silent-rules \
|
||||
--disable-schemas-compile
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.49 2010/10/18 21:50:39 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.50 2010/10/23 14:10:16 ajacoutot Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -100,6 +100,7 @@ CONFIGURE_STYLE=gnu
|
||||
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
|
||||
--disable-gtk-doc \
|
||||
--disable-introspection \
|
||||
--disable-schemas-compile \
|
||||
--disable-static \
|
||||
--disable-comics \
|
||||
--disable-impress \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2010/10/04 06:49:34 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2010/10/23 14:10:16 ajacoutot Exp $
|
||||
|
||||
COMMENT= flexible communications framework, logger component
|
||||
|
||||
@ -31,7 +31,8 @@ MODPY_RUNDEP= No
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
||||
--disable-silent-rules \
|
||||
--enable-gtk-doc=no \
|
||||
--disable-gtk-doc \
|
||||
--disable-schemas-compile \
|
||||
--enable-shave
|
||||
|
||||
REGRESS_IS_INTERACTIVE=x11
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2010/10/19 07:54:22 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2010/10/23 14:10:16 ajacoutot Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -49,6 +49,7 @@ MODGNOME_HELP_FILES= Yes
|
||||
CONFIGURE_STYLE=gnu
|
||||
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
||||
--disable-gtk-doc \
|
||||
--disable-schemas-compile \
|
||||
--with-gtkspell \
|
||||
--with-dictionary
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.36 2010/10/19 08:13:57 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.37 2010/10/23 14:10:16 ajacoutot Exp $
|
||||
|
||||
COMMENT= GTK2 desktop calculator
|
||||
|
||||
@ -34,7 +34,9 @@ DESKTOP_FILES= Yes
|
||||
|
||||
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
USE_GROFF = Yes
|
||||
CONFIGURE_ARGS= --disable-schemas-compile
|
||||
|
||||
USE_GROFF= Yes
|
||||
|
||||
FAKE_FLAGS+= itlocaledir="${PREFIX}/share/locale/"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.48 2010/10/18 13:18:14 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.49 2010/10/23 14:10:16 ajacoutot Exp $
|
||||
|
||||
COMMENT= password agent for the GNOME project
|
||||
|
||||
@ -32,7 +32,8 @@ LIB_DEPENDS= ::security/libgcrypt \
|
||||
::x11/dbus \
|
||||
::x11/gtk+2
|
||||
|
||||
CONFIGURE_ARGS= --with-root-certs=/etc/ssl \
|
||||
CONFIGURE_ARGS= --disable-schemas-compile \
|
||||
--with-root-certs=/etc/ssl \
|
||||
--disable-pam \
|
||||
--disable-tests \
|
||||
--disable-gtk-doc
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.22 2010/10/19 08:13:57 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.23 2010/10/23 14:10:16 ajacoutot Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -43,6 +43,7 @@ LIB_DEPENDS= ::x11/gnome/nautilus \
|
||||
|
||||
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
|
||||
--disable-gtk-doc \
|
||||
--disable-schemas-compile \
|
||||
--with-gajim=${LOCALBASE}
|
||||
|
||||
# --with-plugins=all ; empathy comes with its own nautilus-sendto plugin
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2010/10/18 13:18:15 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2010/10/23 14:10:16 ajacoutot Exp $
|
||||
|
||||
COMMENT= sytem configuration GUI for desktops
|
||||
|
||||
@ -40,6 +40,7 @@ MODGCONF2_SCHEMAS_DIR= gnome-system-tools
|
||||
|
||||
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
||||
--disable-silent-rules \
|
||||
--disable-schemas-compile \
|
||||
--disable-services
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
Loading…
Reference in New Issue
Block a user