diff options
author | rillig <rillig@pkgsrc.org> | 2018-01-02 22:54:26 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2018-01-02 22:54:26 +0000 |
commit | 0091fea2ca689673fb003b81d752431566073c9b (patch) | |
tree | 1e06b017512d61627d41a285dbd38c5e4093669d /geography/geoclue | |
parent | b30306c0804761d09cacbc4177e020cd359ef9f3 (diff) | |
download | pkgsrc-0091fea2ca689673fb003b81d752431566073c9b.tar.gz |
Added missing LICENSE variable.
Diffstat (limited to 'geography/geoclue')
-rw-r--r-- | geography/geoclue/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/geography/geoclue/Makefile b/geography/geoclue/Makefile index b93d193feaf..2069da0179a 100644 --- a/geography/geoclue/Makefile +++ b/geography/geoclue/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2014/05/05 00:47:53 ryoon Exp $ +# $NetBSD: Makefile,v 1.25 2018/01/02 23:33:44 rillig Exp $ # DISTNAME= geoclue-0.12.0 @@ -9,7 +9,7 @@ MASTER_SITES= http://folks.o-hand.com/jku/geoclue-releases/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.freedesktop.org/wiki/Software/GeoClue COMMENT= Geoinformation service API and base providers -#LICENSE= # TODO: (see mk/license.mk) +LICENSE= gnu-lgpl-v2 GNU_CONFIGURE= yes USE_LIBTOOL= yes |