diff options
author | rene <rene@FreeBSD.org> | 2010-07-18 05:48:24 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2010-07-18 05:48:24 +0800 |
commit | b83337d29e5967b2c90c23f27a0500e1b92f4efa (patch) | |
tree | 406ac610546a38ee00b4acc1b2828243ff0bf4c3 /devel/log4cxx | |
parent | b7a3d4137c6472123f1b23046602bca315e405d0 (diff) | |
download | freebsd-ports-gnome-b83337d29e5967b2c90c23f27a0500e1b92f4efa.tar.gz freebsd-ports-gnome-b83337d29e5967b2c90c23f27a0500e1b92f4efa.tar.zst freebsd-ports-gnome-b83337d29e5967b2c90c23f27a0500e1b92f4efa.zip |
Add license information
Approved by: tabthorpe (mentor, implicit)
Diffstat (limited to 'devel/log4cxx')
-rw-r--r-- | devel/log4cxx/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/log4cxx/Makefile b/devel/log4cxx/Makefile index 3bbd4ef8bf29..5cac85c3b00a 100644 --- a/devel/log4cxx/Makefile +++ b/devel/log4cxx/Makefile @@ -15,6 +15,8 @@ DISTNAME= apache-${PORTNAME}-${PORTVERSION} MAINTAINER= rene@FreeBSD.org COMMENT= Log4cxx is a port to C++ of the Log4j project +LICENSE= ASL + LIB_DEPENDS= apr-1:${PORTSDIR}/devel/apr1 .if !defined(NOPORTDOCS) && defined(WITH_DOXYGEN) |