diff options
author | reed <reed@pkgsrc.org> | 2006-01-19 01:05:24 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2006-01-19 01:05:24 +0000 |
commit | 349eb8c8221be91d783872a42797a7b133705a95 (patch) | |
tree | 03e04cf8c93aec6a814c9e1ac8e99eeb1679b134 /pkgtools/x11-links | |
parent | 4f6aa77966a26313a73d4c1b27707158c77bc577 (diff) | |
download | pkgsrc-349eb8c8221be91d783872a42797a7b133705a95.tar.gz |
Add include/X11/XlibConf.h to xorg list. I noticed and added that
a few weeks ago when I was doing some builds using modular-xorg.
(Now that new Xorg is in, maybe there are some others to add?)
Update version.
Diffstat (limited to 'pkgtools/x11-links')
-rw-r--r-- | pkgtools/x11-links/Makefile | 4 | ||||
-rw-r--r-- | pkgtools/x11-links/files/xorg | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/pkgtools/x11-links/Makefile b/pkgtools/x11-links/Makefile index 7f3e67f4fc7..2992663710a 100644 --- a/pkgtools/x11-links/Makefile +++ b/pkgtools/x11-links/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.75 2006/01/10 16:56:42 christos Exp $ +# $NetBSD: Makefile,v 1.76 2006/01/19 01:05:24 reed Exp $ # # NOTE: If you update this package, then you'll likely need to also update # the x11-links dependency in buildlink3.mk to the correct version, # usually the most recent. -DISTNAME= x11-links-0.27 +DISTNAME= x11-links-0.28 CATEGORIES= pkgtools x11 MASTER_SITES= # empty DISTFILES= # empty diff --git a/pkgtools/x11-links/files/xorg b/pkgtools/x11-links/files/xorg index 2195acd87f3..76ff25e7db8 100644 --- a/pkgtools/x11-links/files/xorg +++ b/pkgtools/x11-links/files/xorg @@ -1,4 +1,4 @@ -# $NetBSD: xorg,v 1.1 2005/07/25 20:54:00 reed Exp $ +# $NetBSD: xorg,v 1.2 2006/01/19 01:05:24 reed Exp $ # # The files listed below are the union of the sets of files installed by # the supported Xorg (and some XFree) distributions, minus the set of files @@ -156,6 +156,7 @@ include/X11/Xft/XftFreetype.h include/X11/Xfuncproto.h include/X11/Xfuncs.h include/X11/Xlib.h +include/X11/XlibConf.h include/X11/Xlibint.h include/X11/Xlocale.h include/X11/Xmd.h |