diff options
author | obache <obache@pkgsrc.org> | 2014-04-06 06:24:53 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-04-06 06:24:53 +0000 |
commit | 974cc2a5e2a11d9979a61b416c2bb88e37f9f267 (patch) | |
tree | 754855ed4b83b91aef937a0de068f1a0ec88c940 /x11 | |
parent | 94fc6f8d4a0434f9925f8feb21cb8dc146e0d2a4 (diff) | |
download | pkgsrc-974cc2a5e2a11d9979a61b416c2bb88e37f9f267.tar.gz |
LICENSE=x11
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xcb-util-cursor/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xcb-util-cursor/Makefile b/x11/xcb-util-cursor/Makefile index 00e742ea6c5..25b4d07e7f8 100644 --- a/x11/xcb-util-cursor/Makefile +++ b/x11/xcb-util-cursor/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2014/04/06 06:24:31 obache Exp $ +# $NetBSD: Makefile,v 1.5 2014/04/06 06:24:53 obache Exp $ DISTNAME= xcb-util-cursor-0.1.1 PKGREVISION= 1 @@ -9,7 +9,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://xcb.freedesktop.org/ COMMENT= XCB port of Xlib's libXcursor -#LICENSE= mit +LICENSE= x11 GNU_CONFIGURE= yes USE_TOOLS+= pkg-config gmake |