diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-09-15 17:28:08 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-09-15 17:28:08 +0000 |
commit | 637b3d75f32e388a128f41aa2d3db1522511c43c (patch) | |
tree | da45bc610b895baaaec7e5627ae6fc549ed3528c /misc/hotkeys | |
parent | 96e51fb708cfdb1e4d7899587b575b3b10dbba02 (diff) |
Notes
Diffstat (limited to 'misc/hotkeys')
-rw-r--r-- | misc/hotkeys/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/hotkeys/Makefile b/misc/hotkeys/Makefile index cf075b806292..2fc9f349b339 100644 --- a/misc/hotkeys/Makefile +++ b/misc/hotkeys/Makefile @@ -15,6 +15,8 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING BROKEN= unfetchable +DEPRECATED= Unfetchable, unmaintained +EXPIRATION_DATE= 2019-10-16 LIB_DEPENDS= libxml2.so:textproc/libxml2 |