diff options
author | asami <asami@FreeBSD.org> | 1996-09-11 13:53:44 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-09-11 13:53:44 +0800 |
commit | 448efff5377ba6b99b14f991048811a5b1e90f45 (patch) | |
tree | 5f38d98385887d4b3b106818b8926d6a9e99a3a6 /cad | |
parent | 61126db633e4e67550df20ec464c44d34315fb1f (diff) | |
download | freebsd-ports-gnome-448efff5377ba6b99b14f991048811a5b1e90f45.tar.gz freebsd-ports-gnome-448efff5377ba6b99b14f991048811a5b1e90f45.tar.zst freebsd-ports-gnome-448efff5377ba6b99b14f991048811a5b1e90f45.zip |
Remove BUILD_DEPENDS on bison, which is now part of the main source tree.
Diffstat (limited to 'cad')
-rw-r--r-- | cad/pcb/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cad/pcb/Makefile b/cad/pcb/Makefile index 34dc306c52e1..581c91d9f1e1 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 |