diff options
author | kwm <kwm@FreeBSD.org> | 2015-04-24 15:48:02 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2015-04-24 15:48:02 +0800 |
commit | cdfdd8b452831d793551cb94e6348b2b733b584f (patch) | |
tree | 8365d74ba292ab35ea7087a56a9b5c74187d9ce7 /audio | |
parent | 2f9bca4d5bf88d54443205fe611ce070d900e689 (diff) | |
download | freebsd-ports-gnome-cdfdd8b452831d793551cb94e6348b2b733b584f.tar.gz freebsd-ports-gnome-cdfdd8b452831d793551cb94e6348b2b733b584f.tar.zst freebsd-ports-gnome-cdfdd8b452831d793551cb94e6348b2b733b584f.zip |
Unbreak by adding extra distfile location outside the freebsd cluster.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libopenspc/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/libopenspc/Makefile b/audio/libopenspc/Makefile index 6a2af536a9b0..09a7f13304c9 100644 --- a/audio/libopenspc/Makefile +++ b/audio/libopenspc/Makefile @@ -5,13 +5,12 @@ PORTNAME= libopenspc PORTVERSION= 0.3.99a PORTREVISION= 1 CATEGORIES= audio -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= kwm +MASTER_SITES= http://rainbow-runner.nl/freebsd/ \ + LOCAL/kwm MAINTAINER= kwm@FreeBSD.org COMMENT= Library for playing SPC (SNES audio) files -BROKEN= Unfetchable BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm GNU_CONFIGURE= yes |