diff options
author | pav <pav@FreeBSD.org> | 2005-11-24 07:16:57 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-11-24 07:16:57 +0800 |
commit | 9b6eccce3e0df69f7d6f215b845d6001fb648c72 (patch) | |
tree | 2ea3822fc000201c97789a4efa2fb843e9ed0812 /audio/cd2mp3 | |
parent | 4f0b61a1c23848adbc9470382928328e4dfe46b2 (diff) | |
download | freebsd-ports-gnome-9b6eccce3e0df69f7d6f215b845d6001fb648c72.tar.gz freebsd-ports-gnome-9b6eccce3e0df69f7d6f215b845d6001fb648c72.tar.zst freebsd-ports-gnome-9b6eccce3e0df69f7d6f215b845d6001fb648c72.zip |
- BROKEN: Unfetchable
Diffstat (limited to 'audio/cd2mp3')
-rw-r--r-- | audio/cd2mp3/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/cd2mp3/Makefile b/audio/cd2mp3/Makefile index 43e195d529cc..56ebf2ade3a7 100644 --- a/audio/cd2mp3/Makefile +++ b/audio/cd2mp3/Makefile @@ -18,6 +18,10 @@ COMMENT= Easy to use CD Ripping and MP3 Encoding tool RUN_DEPENDS= lame:${PORTSDIR}/audio/lame/ \ dagrab:${PORTSDIR}/audio/dagrab +BROKEN= "Unfetchable" +DEPRECATED= "${BROKEN}" +EXPIRATION_DATE=2006-01-24 + NO_BUILD= yes WRKSRC= ${WRKDIR}/cd2mp3 |