diff options
author | jfitz <jfitz@FreeBSD.org> | 1996-10-24 17:59:32 +0800 |
---|---|---|
committer | jfitz <jfitz@FreeBSD.org> | 1996-10-24 17:59:32 +0800 |
commit | 9c4a3738a00a9be7c407145600f70cd863f4d4fb (patch) | |
tree | 5d9b2ee7b9ccd38d203afc2655c89b8ca55ba4d5 /misc/p5-Array-PrintCols | |
parent | bb3e6fa06cc3793b88609ff46ba11e9903a5c31f (diff) | |
download | freebsd-ports-gnome-9c4a3738a00a9be7c407145600f70cd863f4d4fb.tar.gz freebsd-ports-gnome-9c4a3738a00a9be7c407145600f70cd863f4d4fb.tar.zst freebsd-ports-gnome-9c4a3738a00a9be7c407145600f70cd863f4d4fb.zip |
Add RUN_DEPENDS to all perl5 ports, to make packages install perl.
Submitted by: asami@freebsd.org
Diffstat (limited to 'misc/p5-Array-PrintCols')
-rw-r--r-- | misc/p5-Array-PrintCols/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/p5-Array-PrintCols/Makefile b/misc/p5-Array-PrintCols/Makefile index 896312a314b9..7e07e1d551c3 100644 --- a/misc/p5-Array-PrintCols/Makefile +++ b/misc/p5-Array-PrintCols/Makefile @@ -3,7 +3,7 @@ # Date created: October 17th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/10/24 08:21:50 jfitz Exp $ # DISTNAME= Array-PrintCols-1.2 @@ -19,6 +19,7 @@ MASTER_SITES= ftp://ftp.digital.com/pub/plan/perl/CPAN/modules/by-module/Array/ MAINTAINER= jfitz@FreeBSD.ORG BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 +RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 NO_BUILD= YES |