diff options
-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 187738c77038..34dc306c52e1 100644 --- a/cad/pcb/Makefile +++ b/cad/pcb/Makefile @@ -3,7 +3,7 @@ # Date created: 19 October 1994 # Whom: mr # -# $Id: Makefile,v 1.10 1995/04/16 10:07:38 asami Exp $ +# $Id: Makefile,v 1.11 1996/03/25 08:30:42 asami Exp $ # DISTNAME= pcb-1.4.0 @@ -15,8 +15,7 @@ MAINTAINER= janek@gaja.ipan.lublin.pl BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ bison:${PORTSDIR}/devel/bison \ - /usr/local/bin/flex:${PORTSDIR}/devel/flex -# note we can't say "${PREFIX}/bin/flex" because this is an X port + ${LOCALBASE}/bin/flex:${PORTSDIR}/devel/flex USE_IMAKE= yes |