diff options
author | steve <steve@FreeBSD.org> | 2000-11-09 06:52:29 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-11-09 06:52:29 +0800 |
commit | 3ff11d346d75a0eddca25e3111cc94cfbddedb86 (patch) | |
tree | 8cf7490035889ab2f80448b83ff82e3d843d637d /audio | |
parent | 8ee775001d5e61f98d8e450729707675b7a99635 (diff) | |
download | freebsd-ports-gnome-3ff11d346d75a0eddca25e3111cc94cfbddedb86.tar.gz freebsd-ports-gnome-3ff11d346d75a0eddca25e3111cc94cfbddedb86.tar.zst freebsd-ports-gnome-3ff11d346d75a0eddca25e3111cc94cfbddedb86.zip |
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.
Diffstat (limited to 'audio')
-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 |