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 | |
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.
-rw-r--r-- | cad/pcb/Makefile | 3 | ||||
-rw-r--r-- | devel/gcc-6811/Makefile | 4 | ||||
-rw-r--r-- | devel/m6811-gcc/Makefile | 4 | ||||
-rw-r--r-- | japanese/ptex-base/Makefile | 4 | ||||
-rw-r--r-- | japanese/ptex-common/Makefile | 4 |
5 files changed, 5 insertions, 14 deletions
diff --git a/cad/pcb/Makefile b/cad/pcb/Makefile index 34dc306..581c91d 100644 --- a/cad/pcb/Makefile +++ b/cad/pcb/Makefile @@ -3,7 +3,7 @@ # Date created: 19 October 1994 # Whom: mr # -# $Id: Makefile,v 1.11 1996/03/25 08:30:42 asami Exp $ +# $Id: Makefile,v 1.12 1996/04/09 07:16:52 asami Exp $ # DISTNAME= pcb-1.4.0 @@ -14,7 +14,6 @@ EXTRACT_SUFX= .tar.gz MAINTAINER= janek@gaja.ipan.lublin.pl BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ - bison:${PORTSDIR}/devel/bison \ ${LOCALBASE}/bin/flex:${PORTSDIR}/devel/flex USE_IMAKE= yes 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: diff --git a/japanese/ptex-base/Makefile b/japanese/ptex-base/Makefile index eb87e49..a43d9ab 100644 --- a/japanese/ptex-base/Makefile +++ b/japanese/ptex-base/Makefile @@ -3,7 +3,7 @@ # Date created: 5 Nov 1995 # Whom: Hideaki Ohmon <ohmon@sfc.keio.ac.jp> # -# $Id: Makefile,v 1.7 1996/08/22 00:57:24 asami Exp $ +# $Id: Makefile,v 1.8 1996/08/24 23:55:42 asami Exp $ # DISTNAME= ptex3.1415.p2.1.4 @@ -27,8 +27,6 @@ EXTRACT_ONLY= ptex-2.1.4.tar.gz web-6.1.tar.gz web2c-6.1.tar.gz \ MAINTAINER= max@sfc.wide.ad.jp -BUILD_DEPENDS= bison:${PORTSDIR}/devel/bison - GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/kpathsea-2.6 STRIP= # some shell scripts diff --git a/japanese/ptex-common/Makefile b/japanese/ptex-common/Makefile index eb87e49..a43d9ab 100644 --- a/japanese/ptex-common/Makefile +++ b/japanese/ptex-common/Makefile @@ -3,7 +3,7 @@ # Date created: 5 Nov 1995 # Whom: Hideaki Ohmon <ohmon@sfc.keio.ac.jp> # -# $Id: Makefile,v 1.7 1996/08/22 00:57:24 asami Exp $ +# $Id: Makefile,v 1.8 1996/08/24 23:55:42 asami Exp $ # DISTNAME= ptex3.1415.p2.1.4 @@ -27,8 +27,6 @@ EXTRACT_ONLY= ptex-2.1.4.tar.gz web-6.1.tar.gz web2c-6.1.tar.gz \ MAINTAINER= max@sfc.wide.ad.jp -BUILD_DEPENDS= bison:${PORTSDIR}/devel/bison - GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/kpathsea-2.6 STRIP= # some shell scripts |