diff options
author | snj <snj> | 2004-05-11 05:18:59 +0000 |
---|---|---|
committer | snj <snj> | 2004-05-11 05:18:59 +0000 |
commit | 6df64473c540b3d43fe7d66e83a0bb686a5ee0fe (patch) | |
tree | 340aa16eff5afedf4d3fc007bfc60214580a0b5b | |
parent | 916221fe7ea1ac05a6640b8f996796deb43e3b24 (diff) | |
download | pkgsrc-6df64473c540b3d43fe7d66e83a0bb686a5ee0fe.tar.gz |
Convert to buildlink3.
-rw-r--r-- | www/grail/Makefile | 6 | ||||
-rw-r--r-- | www/navigator/Makefile.common | 4 | ||||
-rw-r--r-- | www/p5-SVN-Web/Makefile | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/www/grail/Makefile b/www/grail/Makefile index d102665331d..282b21f26c2 100644 --- a/www/grail/Makefile +++ b/www/grail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2003/07/17 22:55:34 grant Exp $ +# $NetBSD: Makefile,v 1.18 2004/05/11 05:18:59 snj Exp $ # DISTNAME= grail-0.6 @@ -17,7 +17,7 @@ NO_BUILD= yes GRAILDIR= share/misc/grail-0.6 PLIST_SRC= ${WRKDIR}/.PLIST_SRC PYTHON_VERSIONS_ACCEPTED= 15 -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes do-install: ${CAT} ${PKGDIR}/PLIST.pre >${PLIST_SRC} @@ -34,5 +34,5 @@ do-install: ${SED} -e "s/^/@dirrm /" >>${PLIST_SRC}) .include "../../lang/python/application.mk" -.include "../../x11/py-Tk/buildlink2.mk" +.include "../../x11/py-Tk/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/navigator/Makefile.common b/www/navigator/Makefile.common index 48b02b2b1cc..4905b07f5fc 100644 --- a/www/navigator/Makefile.common +++ b/www/navigator/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.68 2004/01/27 02:28:51 tacha Exp $ +# $NetBSD: Makefile.common,v 1.69 2004/05/11 05:18:59 snj Exp $ # # Common include file for communicator and navigator packages @@ -240,7 +240,7 @@ NS_NEED_LINUX= yes .endif .if ${BINNAME} != "netscape" -USE_BUILDLINK2= # defined +USE_BUILDLINK3= yes . if defined(NS_NEED_LINUX) . include "../../emulators/suse_linux/Makefile.application" . endif diff --git a/www/p5-SVN-Web/Makefile b/www/p5-SVN-Web/Makefile index af654272bbd..d1147793f2d 100644 --- a/www/p5-SVN-Web/Makefile +++ b/www/p5-SVN-Web/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2004/03/26 02:27:57 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2004/05/11 05:18:59 snj Exp $ DISTNAME= SVN-Web-0.35 PKGNAME= p5-${DISTNAME} @@ -15,7 +15,7 @@ DEPENDS+= p5-Text-Diff-0.35:../../textproc/p5-Text-Diff DEPENDS+= p5-XML-RSS-0.97:../../textproc/p5-XML-RSS DEPENDS+= p5-YAML-0.35:../../textproc/p5-YAML -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/SVN/Web/.packlist .include "../../lang/perl5/module.mk" |