diff options
author | tron <tron> | 2007-08-06 14:58:13 +0000 |
---|---|---|
committer | tron <tron> | 2007-08-06 14:58:13 +0000 |
commit | af3bf177e5ba9096a550dc9fe06a8e2dc173582a (patch) | |
tree | 06feff707891d65b904b50d425c79426b7978752 /x11 | |
parent | 0edd8807e079e3feedafe4f7ba69e71241c679dc (diff) | |
download | pkgsrc-af3bf177e5ba9096a550dc9fe06a8e2dc173582a.tar.gz |
Add and enable "xdm" package.
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 06c1551de62..ab15ccdb2f7 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.513 2007/08/04 13:44:19 smb Exp $ +# $NetBSD: Makefile,v 1.514 2007/08/06 14:58:13 tron Exp $ # COMMENT= Packages to support the X window system @@ -352,6 +352,7 @@ SUBDIR+= xdaemon SUBDIR+= xdaemon2 SUBDIR+= xdesktopwaves SUBDIR+= xdialog +SUBDIR+= xdm SUBDIR+= xdm3d SUBDIR+= xdpyinfo SUBDIR+= xearth |