diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-10-04 18:56:26 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-10-04 18:56:26 +0800 |
commit | 32340ab984876b0f2999c13e14cbc826bcc9c9b0 (patch) | |
tree | cd6a4e7f48c834f0e08a3ef1f0c8efc305953ac3 /devel/libical | |
parent | 288f297a0bf62d932c8961e1829d6160ec1d8558 (diff) | |
download | freebsd-ports-gnome-32340ab984876b0f2999c13e14cbc826bcc9c9b0.tar.gz freebsd-ports-gnome-32340ab984876b0f2999c13e14cbc826bcc9c9b0.tar.zst freebsd-ports-gnome-32340ab984876b0f2999c13e14cbc826bcc9c9b0.zip |
Update LICENSE
Approved by: portmgr (blanket)
Diffstat (limited to 'devel/libical')
-rw-r--r-- | devel/libical/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libical/Makefile b/devel/libical/Makefile index bb5a64479d94..e9eb3c08f0c3 100644 --- a/devel/libical/Makefile +++ b/devel/libical/Makefile @@ -10,8 +10,8 @@ CATEGORIES= devel MAINTAINER= gnome@FreeBSD.org COMMENT= Implementation of the IETF Calendaring and Scheduling protocols +LICENSE= LGPL21 MPL10 LICENSE_COMB= dual -LICENSE= MPL LGPL21 LIB_DEPENDS= libicuuc.so:devel/icu |