diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-10-12 09:19:04 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-10-12 09:19:04 +0000 |
commit | 89b4379a177ed6c314362aa05d65f4af81e8aee0 (patch) | |
tree | 08893c75412f70cc89eac1c944e80b8d4e2bcc52 /audio/gmixer | |
parent | - Add LICENSE (diff) |
Deprecate most glib12 consumers
With hat: portmgr
Notes
Notes:
svn path=/head/; revision=481888
Diffstat (limited to 'audio/gmixer')
-rw-r--r-- | audio/gmixer/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/gmixer/Makefile b/audio/gmixer/Makefile index a8edfdea65c2..3097400a39e3 100644 --- a/audio/gmixer/Makefile +++ b/audio/gmixer/Makefile @@ -10,6 +10,9 @@ MASTER_SITES= LOCAL/cpiazza MAINTAINER= ports@FreeBSD.org COMMENT= X11/gtk+ mixer control +DEPRECATED= Uses obsolete glib12 +EXPIRATION_DATE= 2018-12-20 + ALL_TARGET= gmixer USES= pkgconfig |