diff options
author | asami <asami@FreeBSD.org> | 1999-01-02 08:12:21 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-01-02 08:12:21 +0800 |
commit | 44c4b7664daf45718f3afe2c13eeb967d41bf423 (patch) | |
tree | 71de177d0d65a34d4337e7c2bc5bed97385a758b /editors | |
parent | 7e9d0a9e9f3fce56d08934aa7397f0e84645f669 (diff) | |
download | freebsd-ports-gnome-44c4b7664daf45718f3afe2c13eeb967d41bf423.tar.gz freebsd-ports-gnome-44c4b7664daf45718f3afe2c13eeb967d41bf423.tar.zst freebsd-ports-gnome-44c4b7664daf45718f3afe2c13eeb967d41bf423.zip |
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.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/vile/Makefile | 4 | ||||
-rw-r--r-- | editors/xvile/Makefile | 4 |
2 files changed, 4 insertions, 4 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: 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: |