diff options
author | wiz <wiz> | 2009-09-26 22:17:16 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-09-26 22:17:16 +0000 |
commit | 8df55b9781a1db6bdf3723c9ea93f043f8757c2b (patch) | |
tree | 3d500d23e80810a67257175651d875f69305b68b /devel/libglade | |
parent | 23cb699407d8f71c68c60c97245b92696c75539f (diff) | |
download | pkgsrc-8df55b9781a1db6bdf3723c9ea93f043f8757c2b.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 |