diff options
author | schmonz <schmonz> | 2002-05-23 20:07:00 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2002-05-23 20:07:00 +0000 |
commit | 1c38f52d83238aaa9755a5a1b00c5258b0ebb9fc (patch) | |
tree | da705e8d523073b5c8779277a1031a7ccdfd5c62 /devel | |
parent | ba55881247b726621908140977fa739a4f017995 (diff) | |
download | pkgsrc-1c38f52d83238aaa9755a5a1b00c5258b0ebb9fc.tar.gz |
Depend on the proper PKGREVISION of libtool-base and libtool-info.
Fix from fredb, approved by skrll.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libtool/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/libtool/Makefile b/devel/libtool/Makefile index dd98641fed9..c4c814d5d5b 100644 --- a/devel/libtool/Makefile +++ b/devel/libtool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2002/04/15 18:25:45 kei Exp $ +# $NetBSD: Makefile,v 1.36 2002/05/23 20:07:00 schmonz Exp $ # DISTFILES= # empty @@ -7,8 +7,8 @@ DISTFILES= # empty PKGNAME= ${PKGPFX} SVR4_PKGNAME= ltool -DEPENDS+= ${PKGNAME:C/-/-base-/}:../libtool-base -DEPENDS+= ${PKGNAME:C/-/-info-/}:../libtool-info +DEPENDS+= ${PKGPFX:S/-/-base-/}${PKGREVISION:C/[0-9]*/nb/}${PKGREVISION}:../libtool-base +DEPENDS+= ${PKGPFX:S/-/-info-/}${PKGREVISION:C/[0-9]*/nb/}${PKGREVISION}:../libtool-info COMMENT= Generic shared library support script |