mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-04 11:23:46 +00:00
Use ${LOCALBASE} instead of /usr/local. (Yes, this was supposed to go
with the bsd.port.mk commit the other night, I was too sleepy.)
This commit is contained in:
parent
6e88552cba
commit
7e99431af9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=2958
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user