diff options
author | dsainty <dsainty@pkgsrc.org> | 2007-02-25 04:47:34 +0000 |
---|---|---|
committer | dsainty <dsainty@pkgsrc.org> | 2007-02-25 04:47:34 +0000 |
commit | 85e763a7b366c3f1e78023128ec54efbdfb3f4b9 (patch) | |
tree | 56daf74205e2c392d729e05578e7127d95b381d5 | |
parent | 9ee10674089df4142b1fe25173a652cf43308847 (diff) | |
download | pkgsrc-85e763a7b366c3f1e78023128ec54efbdfb3f4b9.tar.gz |
+ xprop
-rw-r--r-- | x11/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/Makefile b/x11/Makefile index 440e5faa0ef..1e820bb9c2f 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.475 2007/02/25 04:30:30 dsainty Exp $ +# $NetBSD: Makefile,v 1.476 2007/02/25 04:47:34 dsainty Exp $ # COMMENT= Packages to support the X window system @@ -417,6 +417,7 @@ SUBDIR+= xpmicons SUBDIR+= xpmroot SUBDIR+= xpns SUBDIR+= xpostit +SUBDIR+= xprop SUBDIR+= xproto SUBDIR+= xrdb SUBDIR+= xrestop |