diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-06-07 04:53:11 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-06-07 04:53:11 +0800 |
commit | 5ec379aa04fac7733403a8e74596633b7a03b1d4 (patch) | |
tree | 97d34c5a80eafe4ebc0a1fd86eb14e22fbd69166 | |
parent | 955c98111289a9ee9a3b96be3d07b94981745fe3 (diff) | |
download | freebsd-ports-gnome-5ec379aa04fac7733403a8e74596633b7a03b1d4.tar.gz freebsd-ports-gnome-5ec379aa04fac7733403a8e74596633b7a03b1d4.tar.zst freebsd-ports-gnome-5ec379aa04fac7733403a8e74596633b7a03b1d4.zip |
- apr should always be a LIB_DEPENDS
PR: ports/146948
Submitted by: pgollucci@ (myself)
Approved by: maintainer timeout (tcovert@sahuagin.net; 14 days)
-rw-r--r-- | devel/log4cxx/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/log4cxx/Makefile b/devel/log4cxx/Makefile index 9905a0ba6b6b..00b00c1ca2a3 100644 --- a/devel/log4cxx/Makefile +++ b/devel/log4cxx/Makefile @@ -6,6 +6,7 @@ PORTNAME= log4cxx PORTVERSION= 0.10.0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_APACHE} MASTER_SITE_SUBDIR= logging/${PORTNAME}/${PORTVERSION} @@ -14,7 +15,7 @@ DISTNAME= apache-${PORTNAME}-${PORTVERSION} MAINTAINER= tcovert@sahuagin.net COMMENT= Log4cxx is a port to C++ of the Log4j project -BUILD_DEPENDS= ${LOCALBASE}/bin/apr-1-config:${PORTSDIR}/devel/apr1 +LIB_DEPENDS= apr-1:${PORTSDIR}/devel/apr1 .if !defined(NOPORTDOCS) && defined(WITH_DOXYGEN) BUILD_DEPENDS+= ${LOCALBASE}/bin/doxygen:${PORTSDIR}/devel/doxygen |