diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2018-05-05 13:30:42 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2018-05-05 13:30:42 +0000 |
commit | 0ed4441c69cc8312feba791a11581e4e92c3976f (patch) | |
tree | ee653ddebb7bc4dc3376bd51158920f8dfcbfdb3 /audio/xmmix | |
parent | 09d32bd45c8a82fe78cd01550ef6fb6d022c8a49 (diff) | |
download | ports-0ed4441c69cc8312feba791a11581e4e92c3976f.tar.gz ports-0ed4441c69cc8312feba791a11581e4e92c3976f.zip |
Notes
Diffstat (limited to 'audio/xmmix')
-rw-r--r-- | audio/xmmix/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/audio/xmmix/Makefile b/audio/xmmix/Makefile index 3de063248631..2f35189aed2d 100644 --- a/audio/xmmix/Makefile +++ b/audio/xmmix/Makefile @@ -5,15 +5,12 @@ PORTNAME= xmmix PORTVERSION= 1.2.2 PORTREVISION= 4 CATEGORIES= audio -MASTER_SITES= http://www.ibiblio.org/tkan/download/xmmix/1.2.2/src/ +MASTER_SITES= http://ftp.twaren.net/BSD/OpenBSD/distfiles/ \ + http://freebsd.nsu.ru/distfiles/ MAINTAINER= ports@FreeBSD.org COMMENT= Motif-based audio mixer -BROKEN= No public distfiles -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2018-06-06 - WRKSRC= ${WRKDIR}/xmmix-1.2 USES= imake motif |