diff options
author | tron <tron@pkgsrc.org> | 2009-06-04 21:38:52 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2009-06-04 21:38:52 +0000 |
commit | 374bd1cc5cae6026902d0751dd985df39ab80693 (patch) | |
tree | 8ad3591f863df4a0eb297cfb72bf6453833bed20 /x11/gtk2 | |
parent | 1f6d3cd154244677fbd0ea14370f5450a352efaf (diff) | |
download | pkgsrc-374bd1cc5cae6026902d0751dd985df39ab80693.tar.gz |
Set the license type to "gnu-lgpl-v2.1".
Diffstat (limited to 'x11/gtk2')
-rw-r--r-- | x11/gtk2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/gtk2/Makefile b/x11/gtk2/Makefile index 20f9b937d0b..6ea9f41df9f 100644 --- a/x11/gtk2/Makefile +++ b/x11/gtk2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.174 2009/06/04 11:16:56 drochner Exp $ +# $NetBSD: Makefile,v 1.175 2009/06/04 21:38:52 tron Exp $ DISTNAME= gtk+-2.16.2 PKGNAME= ${DISTNAME:S/gtk/gtk2/} @@ -10,6 +10,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gtk.org/ COMMENT= GIMP Toolkit v2 - libraries for building X11 user interfaces +LICENSE= gnu-lgpl-v2.1 PKG_DESTDIR_SUPPORT= user-destdir |