diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1999-07-15 11:14:11 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-07-15 11:14:11 +0000 |
commit | a90627b9d629ee0c2d72e70cf88f49119130cb2d (patch) | |
tree | df5a0fa501f7b6bebf20a46d057a22ffaa687749 /lang | |
parent | dcbfd9ec96520114443e5fdfeed1eeaac41f54a6 (diff) | |
download | ports-a90627b9d629ee0c2d72e70cf88f49119130cb2d.tar.gz ports-a90627b9d629ee0c2d72e70cf88f49119130cb2d.zip |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gcc28/Makefile | 4 | ||||
-rw-r--r-- | lang/glibstdc++28/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/lang/gcc28/Makefile b/lang/gcc28/Makefile index ca07a15a2330..5e912f1c91f9 100644 --- a/lang/gcc28/Makefile +++ b/lang/gcc28/Makefile @@ -4,7 +4,7 @@ # Date created: 17 Jan 1998 # Whom: David O'Brien <obrien@NUXI.com> # -# $Id: Makefile,v 1.22 1999/03/08 07:28:29 asami Exp $ +# $Id: Makefile,v 1.23 1999/03/31 10:42:20 obrien Exp $ # DISTNAME= gcc-2.8.1 @@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= gcc MAINTAINER= obrien@FreeBSD.org +NO_CDROM= 'old version, not worth the cost in real estate' + .include <bsd.port.pre.mk> .if ${PORTOBJFORMAT} == "elf" diff --git a/lang/glibstdc++28/Makefile b/lang/glibstdc++28/Makefile index faaac6bcf39e..f151b80625ff 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.17 1999/03/11 21:47:12 scrappy Exp $ +# $Id: Makefile,v 1.18 1999/03/31 10:42:21 obrien Exp $ # DISTNAME= libstdc++-2.8.1.1 @@ -15,6 +15,8 @@ MASTER_SITE_SUBDIR= libstdc++ MAINTAINER= obrien@FreeBSD.org +NO_CDROM= 'old version, not worth the cost in real estate' + Y2K= http://www.gnu.org/software/year2000.html BUILD_DEPENDS= gcc28:${PORTSDIR}/lang/gcc28 \ |