Add ${.CURDIR} to RUN_DEPENDS because we need the whole path. This will
keep the make_index script from hacking tiny, barely noticable hairballs over this port.
This commit is contained in:
parent
07352ab09d
commit
22b9fdbb62
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=34925
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ DIST_SUBDIR= festival
|
|||
|
||||
MAINTAINER= trevor@FreeBSD.org
|
||||
|
||||
RUN_DEPENDS= festival:../festival
|
||||
RUN_DEPENDS= festival:${.CURDIR}/../festival
|
||||
|
||||
RESTRICTED= no-commercial-use
|
||||
|
||||
|
|
Loading…
Reference in a new issue