diff options
author | James FitzGibbon <jfitz@FreeBSD.org> | 1996-10-24 09:59:32 +0000 |
---|---|---|
committer | James FitzGibbon <jfitz@FreeBSD.org> | 1996-10-24 09:59:32 +0000 |
commit | b8c06517e36dc3e0a97e016e48e80ee36272e059 (patch) | |
tree | ce30896af187d255bbbdecd80a028739006bf7fd /www/p5-CGI_Lite | |
parent | Make tk dependancy rely on the libary, not the header file. (diff) |
Add RUN_DEPENDS to all perl5 ports, to make packages install perl.
Submitted by: asami@freebsd.org
Notes
Notes:
svn path=/head/; revision=4134
Diffstat (limited to 'www/p5-CGI_Lite')
-rw-r--r-- | www/p5-CGI_Lite/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/p5-CGI_Lite/Makefile b/www/p5-CGI_Lite/Makefile index 712a5326bdc9..63f55434e37b 100644 --- a/www/p5-CGI_Lite/Makefile +++ b/www/p5-CGI_Lite/Makefile @@ -3,7 +3,7 @@ # Date created: September 30th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/10/24 08:41:38 jfitz Exp $ # DISTNAME= CGI_Lite-1.62.pm @@ -20,6 +20,7 @@ MAINTAINER= jfitz@FreeBSD.ORG EXTRACT_SUFX= .gz BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 +RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 NO_BUILD= yes |