summaryrefslogtreecommitdiff
path: root/editors/vile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1999-01-02 00:12:21 +0000
committerSatoshi Asami <asami@FreeBSD.org>1999-01-02 00:12:21 +0000
commit4b07f0329bb8cb4cd36d887bc804d953520a5914 (patch)
tree455318a7177e97b36ca92f2c2ec3d06a692c66e5 /editors/vile
parentWhoops. Bump the `required version' field also. (diff)
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.
Notes
Notes: svn path=/head/; revision=15765
Diffstat (limited to 'editors/vile')
-rw-r--r--editors/vile/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/vile/Makefile b/editors/vile/Makefile
index d3f8eeab4f01..4a6e129fa1fb 100644
--- a/editors/vile/Makefile
+++ b/editors/vile/Makefile
@@ -3,7 +3,7 @@
# Date created: Wed Nov 26, 1996
# Whom: pgf
#
-# $Id: Makefile,v 1.14 1997/12/10 20:26:37 gj Exp $
+# $Id: Makefile,v 1.15 1998/06/04 20:04:55 gj Exp $
#
DISTNAME= vile-8.0
@@ -22,7 +22,7 @@ MAN1= vile.1
.if defined(USE_PERL)
CONFIGURE_ARGS= --with-perl
PLIST= ${PKGDIR}/PLIST.perl
-BUILD_DEPENDS= perl5:${PORTSDIR}/lang/perl5
+USE_PERL5= yes
.endif
pre-configure: