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 | 6aba895d3c11d8ee54ba90f2bd35396a2e894dfb (patch) | |
tree | 754855ed4b83b91aef937a0de068f1a0ec88c940 /x11/xcb-util-cursor | |
parent | 09fc917f8f5c9ef907b370960e137e0cf6c54149 (diff) | |
download | pkgsrc-6aba895d3c11d8ee54ba90f2bd35396a2e894dfb.tar.gz |
LICENSE=x11
Diffstat (limited to 'x11/xcb-util-cursor')
-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 |