diff options
author | pin <pin@pkgsrc.org> | 2020-10-28 11:50:07 +0000 |
---|---|---|
committer | pin <pin@pkgsrc.org> | 2020-10-28 11:50:07 +0000 |
commit | 45411bb8a468c3e3b8a7414c1a3285a01eb7e1e2 (patch) | |
tree | 660e0f6067147a68af7f20253e7b8825adfaf375 /x11 | |
parent | 2ff921454c5e84138b44bc7124b26d5e8f607b4e (diff) | |
download | pkgsrc-45411bb8a468c3e3b8a7414c1a3285a01eb7e1e2.tar.gz |
add x11/xnotify
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/Makefile b/x11/Makefile index 21e21c81873..3e8cac83456 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.907 2020/10/22 14:49:56 tnn Exp $ +# $NetBSD: Makefile,v 1.908 2020/10/28 11:50:07 pin Exp $ # COMMENT= Packages to support the X window system @@ -634,6 +634,7 @@ SUBDIR+= xmove SUBDIR+= xmx SUBDIR+= xneko SUBDIR+= xnodecor +SUBDIR+= xnotify SUBDIR+= xorg-cf-files SUBDIR+= xorgproto SUBDIR+= xosd |