diff options
author | hubertf <hubertf@pkgsrc.org> | 2001-02-19 17:20:14 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2001-02-19 17:20:14 +0000 |
commit | 2ab07914739d96b39c662d28a8d781e701e51385 (patch) | |
tree | 7326b8d24468223ec18d5997c9dad7cdfc32d42b /devel/libtool-info | |
parent | ee41a5f1c2c9c6c3e2f7ba169c710e4b6da7fc69 (diff) | |
download | pkgsrc-2ab07914739d96b39c662d28a8d781e701e51385.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-info')
-rw-r--r-- | devel/libtool-info/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/libtool-info/Makefile b/devel/libtool-info/Makefile index aec5dcb3186..d6825f6f623 100644 --- a/devel/libtool-info/Makefile +++ b/devel/libtool-info/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/-/-info-/}${PKGREV} COMMENT= Generic shared library support script - info pages +CONFLICTS+= libtool<1.3.5nb11 + USE_GTEXINFO= yes # It seems the info-files distributed with libtool 1.3.5 are broken. |