summaryrefslogtreecommitdiff
path: root/devel/libtool
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2005-07-19 10:11:48 +0000
committergrant <grant@pkgsrc.org>2005-07-19 10:11:48 +0000
commite720c400e212653dc1e76242fe0dcfc4a6e4f315 (patch)
tree06d14153ff3d91aebe34f6f7b90be0ae91bec7a8 /devel/libtool
parent9b1ec25d568c422f025b58ce280383899c1b8ae9 (diff)
downloadpkgsrc-e720c400e212653dc1e76242fe0dcfc4a6e4f315.tar.gz
depends should be ../../<category>/<pkg>
Diffstat (limited to 'devel/libtool')
-rw-r--r--devel/libtool/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/libtool/Makefile b/devel/libtool/Makefile
index 501d6ac7f8d..b5ecb3efb0b 100644
--- a/devel/libtool/Makefile
+++ b/devel/libtool/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.43 2004/10/14 19:04:56 tv Exp $
+# $NetBSD: Makefile,v 1.44 2005/07/19 10:20:07 grant Exp $
.include "Makefile.common"
SVR4_PKGNAME= ltool
-DEPENDS+= ${DISTNAME:S/-/-base-/}{,nb[0-9]*}:../libtool-base
-DEPENDS+= ${DISTNAME:S/-/-info-/}{,nb[0-9]*}:../libtool-info
+DEPENDS+= ${DISTNAME:S/-/-base-/}{,nb[0-9]*}:../../devel/libtool-base
+DEPENDS+= ${DISTNAME:S/-/-info-/}{,nb[0-9]*}:../../devel/libtool-info
# There is no libltdl dependency here; this is deliberate, so that libltdl
# can be updated independently of the rest of libtool.