diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2014-05-22 05:59:18 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2014-05-22 05:59:18 +0000 |
commit | 1a1104f3f5c3b74696821033691aee825283bc06 (patch) | |
tree | d6bce59d2b8ad6234226316ed05432ebefbb70e8 /devel | |
parent | e6af98ecdcd9af7e55ed4a6e8311bbae758c0068 (diff) | |
download | ports-1a1104f3f5c3b74696821033691aee825283bc06.tar.gz ports-1a1104f3f5c3b74696821033691aee825283bc06.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libconfuse/Makefile | 2 |
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 |