From f64d07a85aaac0df642bd25483f99227825255aa Mon Sep 17 00:00:00 2001 From: jasper Date: Sun, 23 Nov 2008 12:16:03 +0000 Subject: [PATCH] - remove a part that's never going to be used in this form, if we're going to set the schema's file path via a module, it'll be done via a gconf2 module discussed with ajacoutot@ --- x11/gnome/gnome.port.mk | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/x11/gnome/gnome.port.mk b/x11/gnome/gnome.port.mk index ddf5b735ac1..8534682ec04 100644 --- a/x11/gnome/gnome.port.mk +++ b/x11/gnome/gnome.port.mk @@ -1,4 +1,4 @@ -# $OpenBSD: gnome.port.mk,v 1.18 2008/06/02 14:10:07 ajacoutot Exp $ +# $OpenBSD: gnome.port.mk,v 1.19 2008/11/23 12:16:03 jasper Exp $ # # Module for GNOME related ports # @@ -32,9 +32,3 @@ MASTER_SITES?= ${MASTER_SITE_GNOME:=sources/${GNOME_PROJECT}/${GNOME_VERSION:R} EXTRACT_SUFX?= .tar.bz2 USE_GMAKE?= Yes - -#ifdef notyet -#CONFIGURE_ARGS+= --with-gconf-schema-file-dir=${LOCALBASE}/share/schemas/${PROJECT}/ -# --disable-schemas-install \ -# --disable-scrollkeeper -#endif