diff options
author | rh <rh@pkgsrc.org> | 2001-09-04 09:02:10 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2001-09-04 09:02:10 +0000 |
commit | 5706db4e7c3107be1a6fd475fb645415cc0eaef2 (patch) | |
tree | 030677b6a3a0e46bef442e4f0b33654115eb8f5a /x11 | |
parent | 67f1656b900d1b27344abe36008cc830f41fe745 (diff) | |
download | pkgsrc-5706db4e7c3107be1a6fd475fb645415cc0eaef2.tar.gz |
Add and enable gdkxft
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 53bde533b79..fc29f5a26b3 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.228 2001/08/06 21:45:20 wiz Exp $ +# $NetBSD: Makefile,v 1.229 2001/09/04 09:02:10 rh Exp $ # COMMENT= Packages to support the X window system @@ -22,6 +22,7 @@ SUBDIR+= filerunner SUBDIR+= fltk SUBDIR+= fox SUBDIR+= fvwm-wharf +SUBDIR+= gdkxft SUBDIR+= gdm SUBDIR+= gnome SUBDIR+= gnome-- |