diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2003-12-03 23:41:11 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2003-12-03 23:41:11 +0000 |
commit | 9fabed9f393d8c3a2d58b7e1d2e558f928ff3a88 (patch) | |
tree | 3dd737ce17ce8d241ff55e5815f9c8698cf8e459 | |
parent | e64b6be94e04b9f9432bf86fcc23a5cbf8e79ed8 (diff) | |
download | pkgsrc-9fabed9f393d8c3a2d58b7e1d2e558f928ff3a88.tar.gz |
Add and enable zenity.
-rw-r--r-- | x11/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/Makefile b/x11/Makefile index 0607613b61d..e81faf6f1f8 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.314 2003/12/03 05:22:16 martti Exp $ +# $NetBSD: Makefile,v 1.315 2003/12/03 23:41:11 xtraeme Exp $ # COMMENT= Packages to support the X window system @@ -292,5 +292,6 @@ SUBDIR+= xwatchwin SUBDIR+= xwit SUBDIR+= xworld SUBDIR+= xwrits +SUBDIR+= zenity .include "../mk/bsd.pkg.subdir.mk" |