diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-04-19 07:48:48 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-04-19 07:48:48 +0000 |
commit | b77027ff367bd483a05125b9e59ec51183a750d7 (patch) | |
tree | 68f4bf91a0cca80e6657a533e5ab5b876819ef7e /audio/snd | |
parent | Back out previous commit, the port was recently fixed. (diff) |
These broken ports are scheduled for deletion on June 18 if they are
still broken at that time and no PRs have been submitted containing a fix.
Notes
Notes:
svn path=/head/; revision=107549
Diffstat (limited to 'audio/snd')
-rw-r--r-- | audio/snd/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/snd/Makefile b/audio/snd/Makefile index 64d577920cf6..c892af357902 100644 --- a/audio/snd/Makefile +++ b/audio/snd/Makefile @@ -18,6 +18,8 @@ COMMENT= Multitracking sound editor and utilities LIB_DEPENDS= gsl.5:${PORTSDIR}/math/gsl BROKEN= "Does not compile" +DEPRECATED= ${BROKEN} +EXPIRATION_DATE= 2004-06-18 .if !defined(WITHOUT_ESD) RUN_DEPENDS= esd:${PORTSDIR}/audio/esound |