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 | 475e9c7a05c690bc5fbdd02adab3d54bed14a2bc (patch) | |
tree | 34fd5057fab1ab14b833dca97f259756b92c5d1d /x11 | |
parent | 8efb438e182ca698c1ae14aa8a9dc7574b059175 (diff) | |
download | pkgsrc-475e9c7a05c690bc5fbdd02adab3d54bed14a2bc.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 |