diff options
author | ghen <ghen@pkgsrc.org> | 2009-01-29 06:40:50 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2009-01-29 06:40:50 +0000 |
commit | 52f88b1ec83dd1ded24ecf9f6ef5cd385ece67db (patch) | |
tree | e3da1e48fe119c0b31f52bcdb30e689284cacb17 | |
parent | 883b3ee82f35c2d4c25fe9a25d2076dcc2340631 (diff) | |
download | pkgsrc-52f88b1ec83dd1ded24ecf9f6ef5cd385ece67db.tar.gz |
Same for Xorg from xsrc/ (/usr/X11R7/lib/X11). kcontrol can now find keyboard
layouts on default NetBSD 5.0 installs. Bump PKGREVISION.
-rw-r--r-- | x11/kdebase3/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/kdebase3/Makefile b/x11/kdebase3/Makefile index 20ec42c3ecf..5dd00a3fb03 100644 --- a/x11/kdebase3/Makefile +++ b/x11/kdebase3/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.145 2008/12/19 21:16:02 markd Exp $ +# $NetBSD: Makefile,v 1.146 2009/01/29 06:40:50 ghen Exp $ DISTNAME= kdebase-${_KDE_VERSION} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= x11 COMMENT= Base modules for the KDE 3 integrated X11 desktop @@ -134,7 +134,7 @@ SUBST_SED.paths+= -e 's,@LOCALBASE@,${LOCALBASE},g' SUBST_STAGE.paths= post-patch SUBST_FILES.xkb= kxkb/x11helper.cpp -SUBST_SED.xkb= -e 's:XLIBDIR:"${X11BASE}/share/X11/", XLIBDIR:' +SUBST_SED.xkb= -e 's:XLIBDIR:"${X11BASE}/lib/X11/", "${X11BASE}/share/X11/", XLIBDIR:' SUBST_STAGE.xkb= post-patch pre-configure: |