summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2014-05-22 05:59:18 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2014-05-22 05:59:18 +0000
commit1a1104f3f5c3b74696821033691aee825283bc06 (patch)
treed6bce59d2b8ad6234226316ed05432ebefbb70e8
parent- Update to 0.9.2 (diff)
Add missing LICENSE
Notes
Notes: svn path=/head/; revision=354780
-rw-r--r--devel/libconfuse/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/libconfuse/Makefile b/devel/libconfuse/Makefile
index 905c495dbeb2..b5d2333ad790 100644
--- a/devel/libconfuse/Makefile
+++ b/devel/libconfuse/Makefile
@@ -11,6 +11,8 @@ DISTNAME= confuse-${PORTVERSION}
MAINTAINER= otis@freebsd.sk
COMMENT= Configuration file parsing library
+LICENSE= LGPL
+
.if defined(WITH_CHECK)
LIB_DEPENDS+= ${LOCALBASE}/lib/libcheck.a:${PORTSDIR}/devel/libcheck
.endif