diff options
author | lofi <lofi@FreeBSD.org> | 2006-02-08 01:22:25 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2006-02-08 01:22:25 +0800 |
commit | b7fc351009a9e97dcd443617c03c73be8fd00346 (patch) | |
tree | 8cb235989ee016250e12b27cfa1f16798bb3f5db /audio/akode | |
parent | 98c4ee98c81b4fc5fad78617c720a71a8a372b43 (diff) | |
download | freebsd-ports-gnome-b7fc351009a9e97dcd443617c03c73be8fd00346.tar.gz freebsd-ports-gnome-b7fc351009a9e97dcd443617c03c73be8fd00346.tar.zst freebsd-ports-gnome-b7fc351009a9e97dcd443617c03c73be8fd00346.zip |
fetch(1) is stupid (force refetch instead of trying and failing to resume
downloads).
Diffstat (limited to 'audio/akode')
-rw-r--r-- | audio/akode/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/akode/Makefile b/audio/akode/Makefile index 871aba7ddc6f..cf8625f9be73 100644 --- a/audio/akode/Makefile +++ b/audio/akode/Makefile @@ -20,7 +20,7 @@ COMMENT= Default KDE audio backend CONFLICTS= kdemultimedia-3.[1-3]* -FETCH_CMD= /usr/bin/fetch -Rr +FETCH_CMD= /usr/bin/fetch OPTIONS= JACK "Jack output plugin" off \ MPC "Monkey's Audio decoder plugin" on \ |