diff options
author | asami <asami@FreeBSD.org> | 1996-09-11 05:53:44 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-09-11 05:53:44 +0000 |
commit | 448efff5377ba6b99b14f991048811a5b1e90f45 (patch) | |
tree | 5f38d98385887d4b3b106818b8926d6a9e99a3a6 /devel | |
parent | 61126db633e4e67550df20ec464c44d34315fb1f (diff) | |
download | FreeBSD-ports-448efff5377ba6b99b14f991048811a5b1e90f45.zip FreeBSD-ports-448efff5377ba6b99b14f991048811a5b1e90f45.tar.gz |
Remove BUILD_DEPENDS on bison, which is now part of the main source tree.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gcc-6811/Makefile | 4 | ||||
-rw-r--r-- | devel/m6811-gcc/Makefile | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/devel/gcc-6811/Makefile b/devel/gcc-6811/Makefile index 5d0d3eb..796f403 100644 --- a/devel/gcc-6811/Makefile +++ b/devel/gcc-6811/Makefile @@ -3,7 +3,7 @@ # Date created: Thu Sep 14 11:10:01 CDT 1995 # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.1.1.1 1996/08/01 19:54:20 erich Exp $ +# $Id: Makefile,v 1.2 1996/08/02 08:36:40 asami Exp $ # DISTNAME= gcc11 @@ -16,8 +16,6 @@ DISTFILES= gcc-6811-fsf.tar.gz gcc-2.6.3.tar.gz MAINTAINER= erich@FreeBSD.ORG -BUILD_DEPENDS= bison:${PORTSDIR}/devel/bison - NO_WRKSUBDIR= yes post-extract: diff --git a/devel/m6811-gcc/Makefile b/devel/m6811-gcc/Makefile index 5d0d3eb..796f403 100644 --- a/devel/m6811-gcc/Makefile +++ b/devel/m6811-gcc/Makefile @@ -3,7 +3,7 @@ # Date created: Thu Sep 14 11:10:01 CDT 1995 # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.1.1.1 1996/08/01 19:54:20 erich Exp $ +# $Id: Makefile,v 1.2 1996/08/02 08:36:40 asami Exp $ # DISTNAME= gcc11 @@ -16,8 +16,6 @@ DISTFILES= gcc-6811-fsf.tar.gz gcc-2.6.3.tar.gz MAINTAINER= erich@FreeBSD.ORG -BUILD_DEPENDS= bison:${PORTSDIR}/devel/bison - NO_WRKSUBDIR= yes post-extract: |