diff options
author | cjep <cjep> | 2002-06-16 12:06:06 +0000 |
---|---|---|
committer | cjep <cjep> | 2002-06-16 12:06:06 +0000 |
commit | 9997d26ebaf63d4db3605fcd240ce8746c70e833 (patch) | |
tree | cbeae643e9f0a0b1faafe9641649ec448d997870 /x11 | |
parent | 0157bb49b4fcd243c78918db137ac33b1ab47884 (diff) | |
download | pkgsrc-9997d26ebaf63d4db3605fcd240ce8746c70e833.tar.gz |
Add and enable xclip.
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 7fc5c98737f..27583d47461 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.250 2002/06/15 23:36:08 cjep Exp $ +# $NetBSD: Makefile,v 1.251 2002/06/16 12:06:06 cjep Exp $ # COMMENT= Packages to support the X window system @@ -117,6 +117,7 @@ SUBDIR+= xautolock SUBDIR+= xbanner SUBDIR+= xbindkeys SUBDIR+= xcb +SUBDIR+= xclip SUBDIR+= xcolors SUBDIR+= xcolorsel SUBDIR+= xcruise |