diff options
author | marino <marino@FreeBSD.org> | 2014-11-03 01:01:51 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-11-03 01:01:51 +0800 |
commit | 4aa49cceeaf4711d70d146b4c606d138d4446b14 (patch) | |
tree | 50f120d53bc2ac64d1c31862cf798ad29f48da95 | |
parent | 36ec7b0cb54872664e51e360c620751e5ad75f39 (diff) | |
download | freebsd-ports-gnome-4aa49cceeaf4711d70d146b4c606d138d4446b14.tar.gz freebsd-ports-gnome-4aa49cceeaf4711d70d146b4c606d138d4446b14.tar.zst freebsd-ports-gnome-4aa49cceeaf4711d70d146b4c606d138d4446b14.zip |
devel/libsearpc: License is LGPL3, not GPLv3
-rw-r--r-- | devel/libsearpc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libsearpc/Makefile b/devel/libsearpc/Makefile index 04b270d2a586..1bdcc76665ee 100644 --- a/devel/libsearpc/Makefile +++ b/devel/libsearpc/Makefile @@ -7,7 +7,7 @@ CATEGORIES= devel MAINTAINER= yan_jingfeng@yahoo.com COMMENT= Simple RPC framework based on GObject System in C -LICENSE= GPLv3 +LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libjansson.so:${PORTSDIR}/devel/jansson \ |