From cdfdd8b452831d793551cb94e6348b2b733b584f Mon Sep 17 00:00:00 2001 From: kwm Date: Fri, 24 Apr 2015 07:48:02 +0000 Subject: Unbreak by adding extra distfile location outside the freebsd cluster. --- audio/libopenspc/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'audio') 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 -- cgit