pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/GConf Fix CONFLICTS pattern.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cf4134353228
branches:  trunk
changeset: 533680:cf4134353228
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Sep 23 17:16:45 2007 +0000

description:
Fix CONFLICTS pattern.

diffstat:

 devel/GConf/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d6bc1e172df3 -r cf4134353228 devel/GConf/Makefile
--- a/devel/GConf/Makefile      Sun Sep 23 17:16:38 2007 +0000
+++ b/devel/GConf/Makefile      Sun Sep 23 17:16:45 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.60 2007/09/21 12:58:12 wiz Exp $
+# $NetBSD: Makefile,v 1.61 2007/09/23 17:16:45 wiz Exp $
 #
 
 .include "../../devel/GConf/Makefile.common"
@@ -8,7 +8,7 @@
 CONFIGURE_ARGS+=       --disable-gtk
 CONFIGURE_ARGS+=       ac_cv_header_ldap_h=no
 
-CONFLICTS+=    GConf-[0-9]*
+CONFLICTS+=    GConf2-[0-9]*
 
 OWN_DIRS=      ${PKG_SYSCONFDIR}/2
 OWN_DIRS+=     ${PKG_SYSCONFDIR}/gconf.xml.defaults



Home | Main Index | Thread Index | Old Index