diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-09-28 09:47:01 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-09-28 09:47:01 +0000 |
commit | d180c1547c7bf4e263ad4287396ccba22ac77a93 (patch) | |
tree | 5fb69f87d435928e6b7e8228e9aafd37f20cccc4 /lang/gcc295 | |
parent | Create libblas.so symlink in a.out case. (diff) |
Doesn't package due to PLUST_SUB/GNUHOST definition and bsd.port.mk
inclusion order.
Diffstat (limited to 'lang/gcc295')
-rw-r--r-- | lang/gcc295/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/gcc295/Makefile b/lang/gcc295/Makefile index aebd9611b1eb..042403edbbeb 100644 --- a/lang/gcc295/Makefile +++ b/lang/gcc295/Makefile @@ -4,7 +4,7 @@ # Date created: 9 Jan 1998 # Whom: John Polstra <jdp@polstra.com> # -# $Id: Makefile,v 1.31 1998/09/26 18:17:13 obrien Exp $ +# $Id: Makefile,v 1.33 1998/09/27 01:56:14 obrien Exp $ # DISTNAME= egcs-19980914 @@ -16,6 +16,8 @@ MASTER_SITES= ftp://egcs.cygnus.com/pub/egcs/snapshots/1998-09-14/ \ MAINTAINER= obrien@FreeBSD.org +BROKEN= package + EGCS_REV= egcs-2.92.07 LIBSTDCPP_REV= 2.9.0 PLIST_SUB= EGCS_REV=${EGCS_REV} GNU_HOST=${GNUHOST} |