diff options
author | jfitz <jfitz@FreeBSD.org> | 1997-05-25 16:46:07 +0800 |
---|---|---|
committer | jfitz <jfitz@FreeBSD.org> | 1997-05-25 16:46:07 +0800 |
commit | 65b65764afea944bb615bbbee09186da4cf88be9 (patch) | |
tree | a90d40d2c125b5a42af2f1e1d8e2df26f94fa9fc /www | |
parent | 6e13aa5f20ae0ba991b65b99e2e8e2d812689446 (diff) | |
download | freebsd-ports-gnome-65b65764afea944bb615bbbee09186da4cf88be9.tar.gz freebsd-ports-gnome-65b65764afea944bb615bbbee09186da4cf88be9.tar.zst freebsd-ports-gnome-65b65764afea944bb615bbbee09186da4cf88be9.zip |
Remove Separate requirements for CGI.pm and ExtUtils::Embed; the perl5 requirement will include them
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Apache/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/www/p5-Apache/Makefile b/www/p5-Apache/Makefile index ca341cd1fe0b..9fb96e1e73d4 100644 --- a/www/p5-Apache/Makefile +++ b/www/p5-Apache/Makefile @@ -3,7 +3,7 @@ # Date created: April 26th 1997 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.1.1.1 1997/05/05 00:41:07 jfitz Exp $ +# $Id: Makefile,v 1.2 1997/05/24 13:17:14 jfitz Exp $ # DISTNAME= mod_perl-0.98 @@ -14,9 +14,7 @@ MASTER_SITE_SUBDIR= Apache MAINTAINER= jfitz@FreeBSD.ORG -BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/ExtUtils/Embed.pm:${PORTSDIR}/devel/p5-ExtUtils-Embed \ - ${PREFIX}/lib/perl5/site_perl/CGI.pm:${PORTSDIR}/www/p5-CGI.pm \ - perl5.004:${PORTSDIR}/lang/perl5 +BUILD_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 CONFIGURE_ENV+= PORTSDIR=${PORTSDIR} INSTALL_PROGRAM="${INSTALL_PROGRAM}" |