diff options
author | Volker Stolz <vs@FreeBSD.org> | 2006-02-14 15:34:19 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2006-02-14 15:34:19 +0000 |
commit | 02b8202b8f30d70bbba3a398da81b0f68375b1d5 (patch) | |
tree | fc32b25adb0c1589a3c407e80a180cc0838c9a2c /audio | |
parent | 8b9bfb6b47508989c54d15895e409b77de5a1694 (diff) | |
download | ports-02b8202b8f30d70bbba3a398da81b0f68375b1d5.tar.gz ports-02b8202b8f30d70bbba3a398da81b0f68375b1d5.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mutemix/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/audio/mutemix/Makefile b/audio/mutemix/Makefile index 0d955dbd4dab..ee59e9379972 100644 --- a/audio/mutemix/Makefile +++ b/audio/mutemix/Makefile @@ -9,15 +9,12 @@ PORTNAME= mutemix PORTVERSION= 0.6 PORTREVISION= 1 CATEGORIES= audio -MASTER_SITES= http://stud.fbi.fh-darmstadt.de/~koenig/pub/ +MASTER_SITES= http://www.v-i-t.de/mirkos_hp/pub/ EXTRACT_SUFX= .py MAINTAINER= ports@FreeBSD.org COMMENT= Adjusts a mixer -DEPRECATED= "mastersite disappeared, no longer maintained by author" -EXPIRATION_DATE= 2005-12-31 - RUN_DEPENDS= aumix:${PORTSDIR}/audio/aumix \ ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter |