diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-17 21:12:47 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-17 21:12:47 +0000 |
commit | 20fcd2eb10cc33ff9a35bf3d67d33def40df5628 (patch) | |
tree | 9326ac4a16365e13863d3a433f7e333b0fec9ad9 /audio/festvox-el11 | |
parent | 9b033cf0fafa6ba4ded76cbc215de97caee4c01c (diff) |
Use PORTSDIR macro.
Notes
Notes:
svn path=/head/; revision=94195
Diffstat (limited to 'audio/festvox-el11')
-rw-r--r-- | audio/festvox-el11/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/festvox-el11/Makefile b/audio/festvox-el11/Makefile index 99ada1efbd3d..157dd2249da3 100644 --- a/audio/festvox-el11/Makefile +++ b/audio/festvox-el11/Makefile @@ -18,7 +18,7 @@ DIST_SUBDIR= festival MAINTAINER= trevor@FreeBSD.org COMMENT= Castilian Spanish male voice for Festival -RUN_DEPENDS= festival:${.CURDIR}/../festival +RUN_DEPENDS= festival:${PORTSDIR}/audio/festival WRKSRC= ${WRKDIR}/festival |