diff options
author | snj <snj> | 2004-04-25 06:10:09 +0000 |
---|---|---|
committer | snj <snj> | 2004-04-25 06:10:09 +0000 |
commit | a19ad0a0a42b95e8b035790ad39525b59c7e9b1f (patch) | |
tree | 95096330be816e95fbc28d7a82b65904318dbda4 /www | |
parent | 8cd2ceb215f8d5d95fae48424011e23132306752 (diff) | |
download | pkgsrc-a19ad0a0a42b95e8b035790ad39525b59c7e9b1f.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'www')
-rw-r--r-- | www/wml/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/wml/Makefile b/www/wml/Makefile index b37cfc73cc8..945f51ca09a 100644 --- a/www/wml/Makefile +++ b/www/wml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2003/12/29 18:23:09 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2004/04/25 06:17:46 snj Exp $ # DISTNAME= wml-2.0.3 @@ -25,7 +25,7 @@ CONFIGURE_ARGS= --with-perl=${PERL5} \ --with-openworld \ --with-tidy=${LOCALBASE}/bin/tidy -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes TEST_TARGET= test INCOMPAT_CURSES= NetBSD-1.5* NetBSD-1.6[-_.]* @@ -45,6 +45,6 @@ post-install: ${MV} $${i}.7 $${i}.0 ; \ done -.include "../../devel/ncurses/buildlink2.mk" -.include "../../lang/perl5/buildlink2.mk" +.include "../../devel/ncurses/buildlink3.mk" +.include "../../lang/perl5/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |