diff options
author | grant <grant> | 2005-07-19 10:11:48 +0000 |
---|---|---|
committer | grant <grant> | 2005-07-19 10:11:48 +0000 |
commit | ac64fe6ac14fdf1683065506a0d1d7e03cc15349 (patch) | |
tree | 06d14153ff3d91aebe34f6f7b90be0ae91bec7a8 /devel/libtool | |
parent | 8e5c68bc6464f7711b87bf4c17adea2559863de7 (diff) | |
download | pkgsrc-ac64fe6ac14fdf1683065506a0d1d7e03cc15349.tar.gz |
depends should be ../../<category>/<pkg>
Diffstat (limited to 'devel/libtool')
-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 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. |