PREFIX -> LOCALBASE (portlint)
This commit is contained in:
parent
4999bc2b98
commit
d93effe28e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=25477
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@ MASTER_SITES= http://wsd.iitb.fhg.de/~kir/clighome/
|
|||
MAINTAINER= billf@FreeBSD.org
|
||||
|
||||
# This should work with any version of tcl. See also ${MAKE_ENV}.
|
||||
BUILD_DEPENDS= ${PREFIX}/bin/tclsh8.2:${PORTSDIR}/lang/tcl82
|
||||
RUN_DEPENDS= ${PREFIX}/bin/tclsh8.2:${PORTSDIR}/lang/tcl82
|
||||
BUILD_DEPENDS= ${LOCALBASE}/bin/tclsh8.2:${PORTSDIR}/lang/tcl82
|
||||
RUN_DEPENDS= ${LOCALBASE}/bin/tclsh8.2:${PORTSDIR}/lang/tcl82
|
||||
|
||||
MAN1= clig.1
|
||||
|
||||
|
|
Loading…
Reference in a new issue