diff options
author | linimon <linimon@FreeBSD.org> | 2003-11-03 17:02:37 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2003-11-03 17:02:37 +0800 |
commit | 03b34c60f1c5a0b4d23632400aa0afe541f45c2f (patch) | |
tree | 3996b5b2ca882fea612f5bdb04f2d3fba6e55153 /audio/uade/Makefile | |
parent | 186f6f1bee9c5227e887e586bb88e704f03f977b (diff) | |
download | freebsd-ports-gnome-03b34c60f1c5a0b4d23632400aa0afe541f45c2f.tar.gz freebsd-ports-gnome-03b34c60f1c5a0b4d23632400aa0afe541f45c2f.tar.zst freebsd-ports-gnome-03b34c60f1c5a0b4d23632400aa0afe541f45c2f.zip |
Unbreak by fixing mastersites. PR: ports/57564 and maintainer timeout
and reset.
Diffstat (limited to 'audio/uade/Makefile')
-rw-r--r-- | audio/uade/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/audio/uade/Makefile b/audio/uade/Makefile index bd76f8f417ec..8098424a0608 100644 --- a/audio/uade/Makefile +++ b/audio/uade/Makefile @@ -9,7 +9,7 @@ PORTNAME= xmms-uade PORTVERSION= 0.80 PORTREVISION= 6 CATEGORIES= audio -MASTER_SITES= http://ee.tut.fi/~heikki/uade/ +MASTER_SITES= http://uade.ton.tut.fi/uade/ DISTNAME= uade-${PORTVERSION} MAINTAINER= mbr@FreeBSD.org @@ -18,8 +18,6 @@ COMMENT= Unix Amiga Delitracker Emulator with XMMS Input plugin LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms BUILD_DEPENDS= lha:${PORTSDIR}/archivers/lha -BROKEN= "Does not fetch, will be removed after Feb 2" - USE_X_PREFIX= yes USE_BZIP2= yes USE_GMAKE= yes |