diff options
author | wiz <wiz> | 2009-09-26 22:17:16 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-09-26 22:17:16 +0000 |
commit | 7661f721b9ddea576d879f059c42d908bd2db5ac (patch) | |
tree | 3d500d23e80810a67257175651d875f69305b68b /devel/libglade | |
parent | a2b7b3382957b835d088a4076e2f9c48adb6a0a0 (diff) | |
download | pkgsrc-7661f721b9ddea576d879f059c42d908bd2db5ac.tar.gz |
Since this was renamed from libglade2 to libglade (more than two years
ago...) it should conflict with libglade2, not libglade (i.e. itself).
Noted by reed@
Diffstat (limited to 'devel/libglade')
-rw-r--r-- | devel/libglade/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libglade/Makefile b/devel/libglade/Makefile index c6e77598f66..ff03d26ce14 100644 --- a/devel/libglade/Makefile +++ b/devel/libglade/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.67 2009/08/26 19:56:55 sno Exp $ +# $NetBSD: Makefile,v 1.68 2009/09/26 22:17:16 wiz Exp $ # DISTNAME= libglade-2.6.4 @@ -18,7 +18,7 @@ GNU_CONFIGURE= YES USE_LIBTOOL= YES PKGCONFIG_OVERRIDE= libglade-2.0.pc.in -CONFLICTS+= libglade-[0-9]* +CONFLICTS+= libglade2-[0-9]* CONFIGURE_ARGS+= --without-xml-catalog |