diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-04-16 20:23:14 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-04-16 20:23:14 +0000 |
commit | f7927514dfcef955b9a1129f591cc76d862a2f01 (patch) | |
tree | 387790ee1718b037a98bfca3c87efd91bee8af2e | |
parent | c73ca4fa7da5fed3208bcce802a704298dfce942 (diff) | |
download | pkgsrc-f7927514dfcef955b9a1129f591cc76d862a2f01.tar.gz |
add & enable xpaste
-rw-r--r-- | x11/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/Makefile b/x11/Makefile index 890d3117468..276dc355bee 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.217 2001/04/13 16:34:40 tron Exp $ +# $NetBSD: Makefile,v 1.218 2001/04/16 20:23:14 zuntum Exp $ # COMMENT= Packages to support the X window system @@ -120,6 +120,7 @@ SUBDIR+= xmove SUBDIR+= xmx SUBDIR+= xneko SUBDIR+= xp +SUBDIR+= xpaste SUBDIR+= xpenguins SUBDIR+= xpmicons SUBDIR+= xpmroot |