diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-11-03 09:02:37 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-11-03 09:02:37 +0000 |
commit | a5eb6131b2b3c50ec46064a5723a71b1ce54c32b (patch) | |
tree | bf6674fc97b09d7b44d7c47db59e1fb9164e8470 /audio/uade | |
parent | Upgrade to 0.71. (diff) |
Unbreak by fixing mastersites. PR: ports/57564 and maintainer timeout
and reset.
Notes
Notes:
svn path=/head/; revision=92948
Diffstat (limited to 'audio/uade')
-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 |