diff options
author | khorben <khorben@pkgsrc.org> | 2016-05-30 22:58:45 +0000 |
---|---|---|
committer | khorben <khorben@pkgsrc.org> | 2016-05-30 22:58:45 +0000 |
commit | 5b187b650d5ee4144a673a76fb48edf23a0095e3 (patch) | |
tree | 4abfa7cf3c357328181b9ab53c8c4234e97ee290 /x11 | |
parent | f15adbf7a38e45ea98485d6766f874a18277406a (diff) | |
download | pkgsrc-5b187b650d5ee4144a673a76fb48edf23a0095e3.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 |