diff options
author | schmonz <schmonz> | 2007-05-30 01:22:10 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2007-05-30 01:22:10 +0000 |
commit | adac7ceac410f27192891e58ee8e19eb4bfab210 (patch) | |
tree | 54591b497b972c9fea0160a76855257aac1739c9 /x11/Makefile | |
parent | dac8ff5dd63139a0e2cfbcd2c85a52830397eae9 (diff) | |
download | pkgsrc-adac7ceac410f27192891e58ee8e19eb4bfab210.tar.gz |
Move Xrandr to liboldXrandr (name suggested by joerg) so it can be
checked out on a case-insensitive filesystem without interfering
with lowercase xrandr. PKGNAME stays the same.
Diffstat (limited to 'x11/Makefile')
-rw-r--r-- | x11/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/Makefile b/x11/Makefile index 6c11d3b06e0..d7179c66f93 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.504 2007/05/28 13:19:12 obache Exp $ +# $NetBSD: Makefile,v 1.505 2007/05/30 01:22:10 schmonz Exp $ # COMMENT= Packages to support the X window system @@ -11,7 +11,6 @@ SUBDIR+= Xbae SUBDIR+= Xcomposite SUBDIR+= Xfixes SUBDIR+= XmHTML -SUBDIR+= Xrandr SUBDIR+= Xrender SUBDIR+= acidlaunch SUBDIR+= alacarte @@ -205,6 +204,7 @@ SUBDIR+= libXxf86vm SUBDIR+= libdrm SUBDIR+= libgnomekbd SUBDIR+= liblbxutil +SUBDIR+= liboldXrandr SUBDIR+= libxfce4gui SUBDIR+= libxfce4mcs SUBDIR+= libxfce4util |