diff options
author | tron <tron> | 2003-03-08 08:30:19 +0000 |
---|---|---|
committer | tron <tron> | 2003-03-08 08:30:19 +0000 |
commit | 0f922801e0c6eb59003fd30bb725f45caab25dc3 (patch) | |
tree | 7331ef67cd28eeeef64b01a1818d3ed11cb0a01a /x11 | |
parent | ee1efa570551a0291e027cff06a14fc98e0fda6e (diff) | |
download | pkgsrc-0f922801e0c6eb59003fd30bb725f45caab25dc3.tar.gz |
Add and enable "xcursorgen" package.
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 78c6945efd0..90c1b15df94 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.284 2003/03/01 14:34:06 jmmv Exp $ +# $NetBSD: Makefile,v 1.285 2003/03/08 08:30:19 tron Exp $ # COMMENT= Packages to support the X window system @@ -143,6 +143,7 @@ SUBDIR+= xcb SUBDIR+= xclip SUBDIR+= xcolors SUBDIR+= xcolorsel +SUBDIR+= xcursorgen SUBDIR+= xcruise SUBDIR+= xdaemon SUBDIR+= xdaemon2 |