diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-04-28 11:19:31 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-04-28 11:19:31 +0000 |
commit | 15965ef9f5cd1e876882d402430498ecba8445a1 (patch) | |
tree | 26a78ec85c0a687440147c7243edd1c2328b2fc0 /audio/extace | |
parent | 9d60282b06dfaf085ab4296b8c7fbd677925ea57 (diff) |
Finish esound deprecation
Notes
Notes:
svn path=/head/; revision=500305
Diffstat (limited to 'audio/extace')
-rw-r--r-- | audio/extace/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/extace/Makefile b/audio/extace/Makefile index bde22a29d975..5944071117b4 100644 --- a/audio/extace/Makefile +++ b/audio/extace/Makefile @@ -12,6 +12,9 @@ COMMENT= Audio visualization plugin for the X Window System LICENSE= GPLv2 +DEPRECATED= Depends on expired esound +EXPIRATION_DATE= 2019-04-29 + LIB_DEPENDS= libfftw3.so:math/fftw3 \ libesd.so:audio/esound |