From 4b07f0329bb8cb4cd36d887bc804d953520a5914 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Sat, 2 Jan 1999 00:12:21 +0000 Subject: Change *_DEPENDS on lang/perl5 to USE_PERL5 so we won't have any dependencies to perl5 in -current. This might cause some unwanted perl5 installations on -stable (if it was originally RUN_DEPENDS, perl5 will now be installed during build too, etc.), but its lifetime is limited anyway. --- editors/xvile/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'editors/xvile') diff --git a/editors/xvile/Makefile b/editors/xvile/Makefile index dc96b3f958a0..6114deac56fd 100644 --- a/editors/xvile/Makefile +++ b/editors/xvile/Makefile @@ -3,7 +3,7 @@ # Date created: Wed Nov 26, 1996 # Whom: pgf # -# $Id: Makefile,v 1.16 1998/06/27 05:19:53 asami Exp $ +# $Id: Makefile,v 1.17 1998/11/28 00:44:33 asami Exp $ # DISTNAME= vile-8.0 @@ -39,7 +39,7 @@ SCREEN_TYPE= x11 .if defined(USE_PERL) WITH_PERL= --with-perl PLIST= ${PKGDIR}/PLIST.perl -BUILD_DEPENDS= perl5:${PORTSDIR}/lang/perl5 +USE_PERL5= yes .endif post-install: -- cgit v1.2.3