diff options
author | trevor <trevor@FreeBSD.org> | 2003-11-18 05:12:47 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2003-11-18 05:12:47 +0800 |
commit | 0c029963bd02736bab0caaf37d70ac1a64637103 (patch) | |
tree | b3f6b74167f2ffdc9ec2767260d563fdb0dd613a /audio | |
parent | f95d6eb207fc83220bd973db90314dc74af17ecd (diff) | |
download | freebsd-ports-gnome-0c029963bd02736bab0caaf37d70ac1a64637103.tar.gz freebsd-ports-gnome-0c029963bd02736bab0caaf37d70ac1a64637103.tar.zst freebsd-ports-gnome-0c029963bd02736bab0caaf37d70ac1a64637103.zip |
Use PORTSDIR macro.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/festlex-cmu/Makefile | 2 | ||||
-rw-r--r-- | audio/festlex-oald/Makefile | 2 | ||||
-rw-r--r-- | audio/festlex-poslex/Makefile | 2 | ||||
-rw-r--r-- | audio/festvox-el11/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/audio/festlex-cmu/Makefile b/audio/festlex-cmu/Makefile index 7b428d57e519..0b254ada480b 100644 --- a/audio/festlex-cmu/Makefile +++ b/audio/festlex-cmu/Makefile @@ -18,7 +18,7 @@ DIST_SUBDIR= festival MAINTAINER= trevor@FreeBSD.org COMMENT= CMU American English pronunciation dictionary for Festival -RUN_DEPENDS= festival:${.CURDIR}/../festival +RUN_DEPENDS= festival:${PORTSDIR}/audio/festival WRKSRC= ${WRKDIR}/festival diff --git a/audio/festlex-oald/Makefile b/audio/festlex-oald/Makefile index e6eb8908cca4..bdf0433c786f 100644 --- a/audio/festlex-oald/Makefile +++ b/audio/festlex-oald/Makefile @@ -18,7 +18,7 @@ DIST_SUBDIR= festival MAINTAINER= trevor@FreeBSD.org COMMENT= Oxford Advanced Learner's pronunciation dictionary for Festival -RUN_DEPENDS= festival:${.CURDIR}/../festival +RUN_DEPENDS= festival:${PORTSDIR}/audio/festival RESTRICTED= no-commercial-use diff --git a/audio/festlex-poslex/Makefile b/audio/festlex-poslex/Makefile index 7f0780b92b17..6e3f23b98538 100644 --- a/audio/festlex-poslex/Makefile +++ b/audio/festlex-poslex/Makefile @@ -18,7 +18,7 @@ DIST_SUBDIR= festival MAINTAINER= trevor@FreeBSD.org COMMENT= English lexicon for Festival -RUN_DEPENDS= festival:${.CURDIR}/../festival +RUN_DEPENDS= festival:${PORTSDIR}/audio/festival WRKSRC= ${WRKDIR}/festival 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 |