diff options
author | Steve Price <steve@FreeBSD.org> | 2000-11-08 22:52:29 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-11-08 22:52:29 +0000 |
commit | 22b9fdbb6253c9611ee00d45c974a6dd001a70f4 (patch) | |
tree | 856b8fce51e5e33853a9d28dc4da5e83772b5a35 | |
parent | This port requires python version 1.5 which is now in lang/python15. (diff) |
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.
-rw-r--r-- | audio/festogi-spanish/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/festogi-spanish/Makefile b/audio/festogi-spanish/Makefile index 5db8e63fb00f..ec1210db1abf 100644 --- a/audio/festogi-spanish/Makefile +++ b/audio/festogi-spanish/Makefile @@ -16,7 +16,7 @@ DIST_SUBDIR= festival MAINTAINER= trevor@FreeBSD.org -RUN_DEPENDS= festival:../festival +RUN_DEPENDS= festival:${.CURDIR}/../festival RESTRICTED= no-commercial-use |