diff options
author | wiz <wiz@pkgsrc.org> | 2014-01-14 18:52:57 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-01-14 18:52:57 +0000 |
commit | adf61c7ce9d7735dde5db86dd2790f525c329f7a (patch) | |
tree | 475fd408272a2fe412341514b34ec6be2e601351 | |
parent | b1b07a0151740c3541879c0eb2a4c7f03587d564 (diff) | |
download | pkgsrc-adf61c7ce9d7735dde5db86dd2790f525c329f7a.tar.gz |
Fix path to xkb data dir.
From Niclas Rosenvik in PR 48511.
Bump PKGREVISION.
-rw-r--r-- | x11/libxkbcommon/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/libxkbcommon/Makefile b/x11/libxkbcommon/Makefile index 7fc5b8237b4..b8f545aeb6e 100644 --- a/x11/libxkbcommon/Makefile +++ b/x11/libxkbcommon/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2013/12/18 19:12:03 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2014/01/14 18:52:57 wiz Exp $ DISTNAME= libxkbcommon-0.3.2 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= x11 MASTER_SITES= http://xkbcommon.org/download/ EXTRACT_SUFX= .tar.xz @@ -17,7 +17,7 @@ USE_LIBTOOL= yes PKGCONFIG_OVERRIDE+= xkbcommon.pc.in -CONFIGURE_ARGS+= --with-xkb-config-root=${X11BASE}/lib/X11/xkb - .include "options.mk" +.include "../../devel/xorg-util-macros/buildlink3.mk" +.include "../../x11/xkeyboard-config/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |