diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2008-04-16 22:42:28 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2008-04-16 22:42:28 +0000 |
commit | 2c00001510ed4d5705185a30eae963eece816542 (patch) | |
tree | 715a2e01c58b2e08b7b0af4e12655c0e63386552 /audio | |
parent | 596985fb5d667229534b3591d0b5d982da23974c (diff) | |
download | ports-2c00001510ed4d5705185a30eae963eece816542.tar.gz ports-2c00001510ed4d5705185a30eae963eece816542.zip |
Unbreak by providing 2 new
Notes
Notes:
svn path=/head/; revision=211412
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xmms-crystality/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/audio/xmms-crystality/Makefile b/audio/xmms-crystality/Makefile index 4b607a39bb70..986b97a1a1cd 100644 --- a/audio/xmms-crystality/Makefile +++ b/audio/xmms-crystality/Makefile @@ -9,9 +9,8 @@ PORTNAME= crystality PORTVERSION= 0.92 PORTREVISION= 4 CATEGORIES= audio -MASTER_SITES= ${MASTER_SITE_GENTOO} \ - http://jkp-se.lunar-linux.org/lunar/cache/ -MASTER_SITE_SUBDIR= distfiles +MASTER_SITES= http://T32.TecNik93.com/FreeBSD/others_ports/xmms-crystality/sources/ \ + http://ftp.ussg.iu.edu/FreeBSD/distfiles/ PKGNAMEPREFIX= xmms- DISTNAME= ${PORTNAME}-plugin-${PORTVERSION} @@ -20,9 +19,6 @@ COMMENT= Realtime XMMS plugin for remastering mp3 sound LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms -BROKEN= Does not fetch - -USE_X_PREFIX= yes USE_GNOME= imlib USE_LDCONFIG= yes MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}" \ |