diff options
author | asami <asami@FreeBSD.org> | 1996-09-21 17:53:07 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-09-21 17:53:07 +0800 |
commit | 2997939bd6f78f053d6ffd53660015c99f2501e0 (patch) | |
tree | 51b35bb9428262844cf0574169fc64e9d289f321 /cad | |
parent | 6cf397d06962d7e7cd525150ba1b9230e9ec0a27 (diff) | |
download | freebsd-ports-gnome-2997939bd6f78f053d6ffd53660015c99f2501e0.tar.gz freebsd-ports-gnome-2997939bd6f78f053d6ffd53660015c99f2501e0.tar.zst freebsd-ports-gnome-2997939bd6f78f053d6ffd53660015c99f2501e0.zip |
The latest flex is in the source tree now, so no need to depend on it.
Diffstat (limited to 'cad')
-rw-r--r-- | cad/pcb/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/cad/pcb/Makefile b/cad/pcb/Makefile index 581c91d9f1e1..9b721a9805be 100644 --- a/cad/pcb/Makefile +++ b/cad/pcb/Makefile @@ -3,7 +3,7 @@ # Date created: 19 October 1994 # Whom: mr # -# $Id: Makefile,v 1.12 1996/04/09 07:16:52 asami Exp $ +# $Id: Makefile,v 1.13 1996/09/11 05:53:30 asami Exp $ # DISTNAME= pcb-1.4.0 @@ -13,8 +13,7 @@ EXTRACT_SUFX= .tar.gz MAINTAINER= janek@gaja.ipan.lublin.pl -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ - ${LOCALBASE}/bin/flex:${PORTSDIR}/devel/flex +BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 USE_IMAKE= yes |