summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
Diffstat (limited to 'devel')
-rw-r--r--devel/libtool/Makefile6
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