summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-04-20 00:07:29 +0000
committerwiz <wiz@pkgsrc.org>2001-04-20 00:07:29 +0000
commit65f04d738f6e2cce19b9f88d72ffbd5e3350f28b (patch)
treeca610def9dad8788563192135a405f3aa7c44529
parent14e1ad4012884c34b79f30d7209400d0dd280bbd (diff)
downloadpkgsrc-65f04d738f6e2cce19b9f88d72ffbd5e3350f28b.tar.gz
Actually, the CONFLICTs should be against libtool<=1.3.5nb11, not <.
-rw-r--r--devel/libtool-base/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libtool-base/Makefile b/devel/libtool-base/Makefile
index b77ac7580fa..c8fe878a69d 100644
--- a/devel/libtool-base/Makefile
+++ b/devel/libtool-base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2001/02/28 21:20:31 skrll Exp $
+# $NetBSD: Makefile,v 1.7 2001/04/20 00:07:29 wiz Exp $
#
.include "../libtool/Makefile.common"
@@ -7,7 +7,7 @@ PKGNAME= ${PKGPFX:C/-/-base-/}${PKGREV}
COMMENT= Generic shared library support script (the script itself)
-CONFLICTS+= libtool<1.3.5nb11
+CONFLICTS+= libtool<=1.3.5nb11
test: build
cd ${WRKSRC} && ${MAKE} check