diff options
author | obache <obache@pkgsrc.org> | 2014-04-06 06:24:31 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-04-06 06:24:31 +0000 |
commit | 09fc917f8f5c9ef907b370960e137e0cf6c54149 (patch) | |
tree | 5dc250411dc408c84ee400ea5b8ded2d115dc545 /x11/xcb-util-cursor | |
parent | 32c56ff9457e8bb25e5e20627464cacc83bd6531 (diff) | |
download | pkgsrc-09fc917f8f5c9ef907b370960e137e0cf6c54149.tar.gz |
Let to build shard libraries, enable commented out buildlink with x11/xcb-util.
Bump PKGREVISION.
Diffstat (limited to 'x11/xcb-util-cursor')
-rw-r--r-- | x11/xcb-util-cursor/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11/xcb-util-cursor/Makefile b/x11/xcb-util-cursor/Makefile index 3b01380542c..00e742ea6c5 100644 --- a/x11/xcb-util-cursor/Makefile +++ b/x11/xcb-util-cursor/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2013/11/12 21:27:45 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2014/04/06 06:24:31 obache Exp $ DISTNAME= xcb-util-cursor-0.1.1 +PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://xcb.freedesktop.org/dist/ EXTRACT_SUFX= .tar.bz2 @@ -14,10 +15,10 @@ GNU_CONFIGURE= yes USE_TOOLS+= pkg-config gmake USE_LIBTOOL= yes -#PKGCONFIG_OVERRIDE= image/xcb-image.pc.in +PKGCONFIG_OVERRIDE= cursor/xcb-cursor.pc.in .include "../../x11/libxcb/buildlink3.mk" -#.include "../../x11/xcb-util/buildlink3.mk" +.include "../../x11/xcb-util/buildlink3.mk" .include "../../x11/xcb-util-image/buildlink3.mk" .include "../../x11/xcb-util-renderutil/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |