diff options
author | hubertf <hubertf> | 2001-02-19 17:20:14 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2001-02-19 17:20:14 +0000 |
commit | df0ee4e3d7c94e77f61c25ec821bba17e653661f (patch) | |
tree | 7326b8d24468223ec18d5997c9dad7cdfc32d42b /devel/libtool-base | |
parent | 001c82c809ed2e3f0f5b6a597e62592cbf99dd3d (diff) | |
download | pkgsrc-df0ee4e3d7c94e77f61c25ec821bba17e653661f.tar.gz |
Add conflict on libtool<1.3.5nb11, to prevent upgrade problems.
Noted by Dieter Baron <dillo@danbala.ifoer.tuwien.ac.at> on tech-pkg.
Diffstat (limited to 'devel/libtool-base')
-rw-r--r-- | devel/libtool-base/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/libtool-base/Makefile b/devel/libtool-base/Makefile index 02e56b54642..1a5fa7caa71 100644 --- a/devel/libtool-base/Makefile +++ b/devel/libtool-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/02/16 14:38:40 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2001/02/19 17:20:14 hubertf Exp $ # .include "../libtool/Makefile.common" @@ -7,6 +7,8 @@ PKGNAME= ${DISTNAME:C/-/-base-/}${PKGREV} COMMENT= Generic shared library support script (the script itself) +CONFLICTS+= libtool<1.3.5nb11 + test: build cd ${WRKSRC} && ${MAKE} check |