diff options
author | heinz <heinz> | 2010-01-30 16:27:59 +0000 |
---|---|---|
committer | heinz <heinz> | 2010-01-30 16:27:59 +0000 |
commit | f7fa893dfc4b64b741e4bf55183aad22f439b803 (patch) | |
tree | d4f81b2c30d8b531c40554f12689a82b4dbaf494 /x11 | |
parent | 713e19a55f8c0824c2f4a590b5d37b189aba0d74 (diff) | |
download | pkgsrc-f7fa893dfc4b64b741e4bf55183aad22f439b803.tar.gz |
Added LICENSE information.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libunique/Makefile | 3 | ||||
-rw-r--r-- | x11/libxcb/Makefile | 3 | ||||
-rw-r--r-- | x11/py-gtk2/Makefile | 3 | ||||
-rw-r--r-- | x11/py-xcbgen/Makefile | 3 | ||||
-rw-r--r-- | x11/xcb-proto/Makefile | 3 |
5 files changed, 10 insertions, 5 deletions
diff --git a/x11/libunique/Makefile b/x11/libunique/Makefile index 2eb1d790725..ba38154555f 100644 --- a/x11/libunique/Makefile +++ b/x11/libunique/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2009/11/20 11:32:38 drochner Exp $ +# $NetBSD: Makefile,v 1.7 2010/01/30 16:28:00 heinz Exp $ # DISTNAME= libunique-1.1.6 @@ -8,6 +8,7 @@ MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libunique/1.1/} MAINTAINER= ahoka@NetBSD.org HOMEPAGE= http://live.gnome.org/LibUnique COMMENT= Library for writing single instance applications +LICENSE= gnu-lgpl-v2.1 PKG_DESTDIR_SUPPORT= user-destdir diff --git a/x11/libxcb/Makefile b/x11/libxcb/Makefile index e6f8dee44f0..9626c4ef523 100644 --- a/x11/libxcb/Makefile +++ b/x11/libxcb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2010/01/27 14:00:33 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2010/01/30 16:28:00 heinz Exp $ # DISTNAME= libxcb-1.5 @@ -9,6 +9,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= reed@reedmedia.net HOMEPAGE= http://xcb.freedesktop.org/ COMMENT= X protocol C-language Binding +LICENSE= mit # with no-advertising clause BUILD_DEPENDS+= libxslt>=1.1.0:../../textproc/libxslt BUILD_DEPENDS+= ${PYPKGPREFIX}-xcbgen>=1.6nb1:../../x11/py-xcbgen diff --git a/x11/py-gtk2/Makefile b/x11/py-gtk2/Makefile index 4f50d151e2d..29a16c1e062 100644 --- a/x11/py-gtk2/Makefile +++ b/x11/py-gtk2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.68 2009/09/10 19:03:48 wiz Exp $ +# $NetBSD: Makefile,v 1.69 2010/01/30 16:27:59 heinz Exp $ # DISTNAME= pygtk-2.16.0 @@ -10,6 +10,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= recht@NetBSD.org HOMEPAGE= http://www.pygtk.org/ COMMENT= Python bindings for GTK+2 +LICENSE= gnu-lgpl-v2.1 PKG_DESTDIR_SUPPORT= user-destdir diff --git a/x11/py-xcbgen/Makefile b/x11/py-xcbgen/Makefile index a084764ddfc..098a3dbd73b 100644 --- a/x11/py-xcbgen/Makefile +++ b/x11/py-xcbgen/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2010/01/27 13:59:46 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2010/01/30 16:28:00 heinz Exp $ # DISTNAME= xcb-proto-1.6 @@ -11,6 +11,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= reed@reedmedia.net HOMEPAGE= http://xcb.freedesktop.org/ COMMENT= XCB protocol descriptions (in XML) +LICENSE= mit # with no-advertising clause DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat diff --git a/x11/xcb-proto/Makefile b/x11/xcb-proto/Makefile index 91bb2e06058..a708a3b4f35 100644 --- a/x11/xcb-proto/Makefile +++ b/x11/xcb-proto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2009/12/15 12:24:02 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2010/01/30 16:28:01 heinz Exp $ # DISTNAME= xcb-proto-1.6 @@ -9,6 +9,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= reed@reedmedia.net HOMEPAGE= http://xcb.freedesktop.org/ COMMENT= XCB protocol descriptions (in XML) +LICENSE= mit # with no-advertising clause PKG_DESTDIR_SUPPORT= user-destdir |