diff options
author | antoine <antoine@FreeBSD.org> | 2018-10-12 17:19:04 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-10-12 17:19:04 +0800 |
commit | 51db1de74da3d172ed5fa5888030835d34c248bf (patch) | |
tree | 08893c75412f70cc89eac1c944e80b8d4e2bcc52 /audio/xmms-nsf | |
parent | 9b8d0708e8313ba24ebd315f3ccb6518ea53b803 (diff) | |
download | freebsd-ports-gnome-51db1de74da3d172ed5fa5888030835d34c248bf.tar.gz freebsd-ports-gnome-51db1de74da3d172ed5fa5888030835d34c248bf.tar.zst freebsd-ports-gnome-51db1de74da3d172ed5fa5888030835d34c248bf.zip |
Deprecate most glib12 consumers
With hat: portmgr
Diffstat (limited to 'audio/xmms-nsf')
-rw-r--r-- | audio/xmms-nsf/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/xmms-nsf/Makefile b/audio/xmms-nsf/Makefile index 5d55fa7e1832..796530af4b46 100644 --- a/audio/xmms-nsf/Makefile +++ b/audio/xmms-nsf/Makefile @@ -11,6 +11,9 @@ MASTER_SITES= http://optronic.sourceforge.net/files/ \ MAINTAINER= ehaupt@FreeBSD.org COMMENT= XMMS input-plugin for playing Nintendo(TM) NSF audio files +DEPRECATED= Uses obsolete glib12 +EXPIRATION_DATE= 2018-12-20 + LICENSE= GPLv2 BUILD_DEPENDS= xmms:multimedia/xmms |