summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/libconfuse/Makefile2
-rw-r--r--devel/libconfuse/pkg-descr2
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/libconfuse/Makefile b/devel/libconfuse/Makefile
index b5d2333ad790..e51418936ced 100644
--- a/devel/libconfuse/Makefile
+++ b/devel/libconfuse/Makefile
@@ -11,7 +11,7 @@ DISTNAME= confuse-${PORTVERSION}
MAINTAINER= otis@freebsd.sk
COMMENT= Configuration file parsing library
-LICENSE= LGPL
+LICENSE= ISCL
.if defined(WITH_CHECK)
LIB_DEPENDS+= ${LOCALBASE}/lib/libcheck.a:${PORTSDIR}/devel/libcheck
diff --git a/devel/libconfuse/pkg-descr b/devel/libconfuse/pkg-descr
index 1265fd1193f5..ba95a6beae07 100644
--- a/devel/libconfuse/pkg-descr
+++ b/devel/libconfuse/pkg-descr
@@ -1,5 +1,5 @@
libConfuse is a configuration file parser library, licensed under the terms of
-the LGPL, and written in C. It supports sections and (lists of) values
+the ISC, and written in C. It supports sections and (lists of) values
(strings, integers, floats, booleans or other sections), as well as some other
features (such as single/double-quoted strings, environment variable
expansion, functions and nested include statements). It makes it very easy to