diff options
author | obache <obache> | 2014-04-06 06:24:31 +0000 |
---|---|---|
committer | obache <obache> | 2014-04-06 06:24:31 +0000 |
commit | fc784f9a948f1e56d66536c48901a7c69f41e919 (patch) | |
tree | 01315a7dd302cfa217527bc85a6012fd44ef8788 | |
parent | 3dcee1cbac6f51c2a801da2fe72ad351cf39a81b (diff) | |
download | pkgsrc-fc784f9a948f1e56d66536c48901a7c69f41e919.tar.gz |
Let to build shard libraries, enable commented out buildlink with x11/xcb-util.
Bump PKGREVISION.
-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" |