diff options
author | jfitz <jfitz@FreeBSD.org> | 1997-05-24 21:17:16 +0800 |
---|---|---|
committer | jfitz <jfitz@FreeBSD.org> | 1997-05-24 21:17:16 +0800 |
commit | 2b587a03064ed1baf7d45ff66e941990a31f5472 (patch) | |
tree | 38ac714cd7cb9d5a9e429eb4d55d49e846f936e7 /www/Makefile | |
parent | e0a364c12d4b08edd46dcbf0870d48519479c8e8 (diff) | |
download | freebsd-ports-gnome-2b587a03064ed1baf7d45ff66e941990a31f5472.tar.gz freebsd-ports-gnome-2b587a03064ed1baf7d45ff66e941990a31f5472.tar.zst freebsd-ports-gnome-2b587a03064ed1baf7d45ff66e941990a31f5472.zip |
Upgrade all ports requiring perl5.003 to perl5.004
Remove p5-CGI.pm and p5-ExtUtils-Embed; they are now part of the perl5.004 distribution.
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/Makefile b/www/Makefile index 4719d9da4fae..4354f46ea134 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.42 1997/05/05 00:41:26 jfitz Exp $ +# $Id: Makefile,v 1.43 1997/05/17 20:35:28 peter Exp $ # SUBDIR += Mosaic # requires Motif @@ -23,7 +23,6 @@ SUBDIR += netscape4 SUBDIR += p5-Apache SUBDIR += p5-CGI - SUBDIR += p5-CGI.pm SUBDIR += p5-CGI_Lite SUBDIR += p5-HTML SUBDIR += p5-HTML-QuickCheck |