diff options
author | snj <snj@pkgsrc.org> | 2004-04-25 06:10:09 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-25 06:10:09 +0000 |
commit | 4ab36bc41955d7df1503ccc6da320e9b041ee8a1 (patch) | |
tree | 95096330be816e95fbc28d7a82b65904318dbda4 /www/wml | |
parent | 752a2146ce0d9f8879322edc619eedffa9798bed (diff) | |
download | pkgsrc-4ab36bc41955d7df1503ccc6da320e9b041ee8a1.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'www/wml')
-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" |