diff options
author | jlam <jlam@pkgsrc.org> | 2000-05-10 04:13:32 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-05-10 04:13:32 +0000 |
commit | 2a16a4695eae9cbaeb017eee0e4251ad209a24e3 (patch) | |
tree | b478f407eec768122c0b7104402c968fad71080d /x11 | |
parent | 7753d043b92717f76e4e30fd20c3d415f45cabfc (diff) | |
download | pkgsrc-2a16a4695eae9cbaeb017eee0e4251ad209a24e3.tar.gz |
Add and enable xdialog
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 199e0bbd34d..7d6147e4d7a 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.149 2000/04/27 06:47:24 kim Exp $ +# $NetBSD: Makefile,v 1.150 2000/05/10 04:13:32 jlam Exp $ # FreeBSD Id: Makefile,v 1.156 1997/09/30 07:54:42 asami Exp # @@ -113,6 +113,7 @@ SUBDIR += xcruise SUBDIR += xdaemon SUBDIR += xdaliclock + SUBDIR += xdialog SUBDIR += xdm3d SUBDIR += xearth SUBDIR += xephem |