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 | 60ee6f7e430e4af82b95ce67664730f94a700efa (patch) | |
tree | 475fd408272a2fe412341514b34ec6be2e601351 /x11/libxkbcommon | |
parent | 53a327e7a29194697fc13b028bf72c37bf99cf24 (diff) | |
download | pkgsrc-60ee6f7e430e4af82b95ce67664730f94a700efa.tar.gz |
Fix path to xkb data dir.
From Niclas Rosenvik in PR 48511.
Bump PKGREVISION.
Diffstat (limited to 'x11/libxkbcommon')
-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" |