From de1987a10ace54e56248ae015b54d43196d3a25a Mon Sep 17 00:00:00 2001 From: jlam Date: Wed, 27 Dec 2000 17:05:36 +0000 Subject: Build depends on perl should build from ../../lang/perl5-base if the executable doesn't exist, as that's the minimum package requirement for the executable. --- www/libwww/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www') diff --git a/www/libwww/Makefile b/www/libwww/Makefile index 6f935897daa..a6435cab084 100644 --- a/www/libwww/Makefile +++ b/www/libwww/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2000/12/27 11:52:50 hubertf Exp $ +# $NetBSD: Makefile,v 1.19 2000/12/27 17:05:36 jlam Exp $ # FreeBSD Id: Makefile,v 1.10 1998/06/14 23:34:59 jseger Exp # @@ -11,7 +11,7 @@ MASTER_SITES= http://www.w3.org/Library/Distribution/ \ MAINTAINER= tv@netbsd.org HOMEPAGE= http://www.w3.org/Library/ -BUILD_DEPENDS+= perl:../../lang/perl5 +BUILD_DEPENDS+= ${PERL5}:../../lang/perl5-base USE_GMAKE= yes USE_LIBTOOL= yes -- cgit v1.2.3