diff options
author | Marc G. Fournier <scrappy@FreeBSD.org> | 1999-03-11 21:47:15 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@FreeBSD.org> | 1999-03-11 21:47:15 +0000 |
commit | d5ba786a254c17d1333ad29b2032caca32ebbdf7 (patch) | |
tree | d55c75fcfc0b21b2d9d29130e6b54098919500f7 /lang/glibstdc++28/Makefile | |
parent | 35401f79cd3c5731272247c2e2b60d5f5c6de0a7 (diff) | |
download | ports-d5ba786a254c17d1333ad29b2032caca32ebbdf7.tar.gz ports-d5ba786a254c17d1333ad29b2032caca32ebbdf7.zip |
Commit all Y2K/WWW_SITE changes from today...
Notes
Notes:
svn path=/head/; revision=17142
Diffstat (limited to 'lang/glibstdc++28/Makefile')
-rw-r--r-- | lang/glibstdc++28/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/glibstdc++28/Makefile b/lang/glibstdc++28/Makefile index 215d5476aa02..e10125f9b888 100644 --- a/lang/glibstdc++28/Makefile +++ b/lang/glibstdc++28/Makefile @@ -4,7 +4,7 @@ # Date created: 03 Mar 1998 # Whom: David O'Brien <obrien@NUXI.com> # -# $Id: Makefile,v 1.15 1999/02/09 18:59:11 obrien Exp $ +# $Id: Makefile,v 1.16 1999/03/08 07:28:30 asami Exp $ # DISTNAME= libstdc++-2.8.1.1 @@ -15,6 +15,8 @@ MASTER_SITE_SUBDIR= libstdc++ MAINTAINER= obrien@FreeBSD.org +Y2K= http://www.gnu.org/software/year2000.html + BUILD_DEPENDS= gcc28:${PORTSDIR}/lang/gcc28 \ g++28:${PORTSDIR}/lang/gcc28 RUN_DEPENDS= gcc28:${PORTSDIR}/lang/gcc28 \ |