diff options
author | khorben <khorben> | 2016-05-30 22:58:45 +0000 |
---|---|---|
committer | khorben <khorben> | 2016-05-30 22:58:45 +0000 |
commit | 273d06fd4327c2e064ff86793135cbaa91b6fd91 (patch) | |
tree | 4abfa7cf3c357328181b9ab53c8c4234e97ee290 /x11 | |
parent | 6885e94a9cbbb836e0b0151ac9ba13bc81d00249 (diff) | |
download | pkgsrc-273d06fd4327c2e064ff86793135cbaa91b6fd91.tar.gz |
Add xtermcontrol
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 81dc5579ac3..35cebdf3ba3 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.792 2016/05/26 09:57:25 markd Exp $ +# $NetBSD: Makefile,v 1.793 2016/05/30 22:58:45 khorben Exp $ # COMMENT= Packages to support the X window system @@ -764,6 +764,7 @@ SUBDIR+= xstdcmap SUBDIR+= xteddy SUBDIR+= xteddy2 SUBDIR+= xterm +SUBDIR+= xtermcontrol SUBDIR+= xtermset SUBDIR+= xtoolwait SUBDIR+= xtrace |