diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2009-08-02 19:36:34 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2009-08-02 19:36:34 +0000 |
commit | 789d75c728ef23566a07bf5b9bc2190bf34ff4f1 (patch) | |
tree | dc7540d42fa2d5d7c1c74515e3bdbf6ab842cd17 /devel/log4cpp | |
parent | d1a9e827c98542eb35619dffa314cba50fb08b58 (diff) | |
download | ports-789d75c728ef23566a07bf5b9bc2190bf34ff4f1.tar.gz ports-789d75c728ef23566a07bf5b9bc2190bf34ff4f1.zip |
Notes
Diffstat (limited to 'devel/log4cpp')
-rw-r--r-- | devel/log4cpp/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/log4cpp/Makefile b/devel/log4cpp/Makefile index 475ed9531b41..9a8e220d1f52 100644 --- a/devel/log4cpp/Makefile +++ b/devel/log4cpp/Makefile @@ -14,12 +14,11 @@ MASTER_SITES= SF MAINTAINER= clsung@FreeBSD.org COMMENT= A library of C++ classes for flexible logging -USE_AUTOTOOLS= libtool:15 +USE_AUTOTOOLS= libtool:22 USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}" CONFIGURE_ARGS= --with-pthreads --disable-html-docs -MAKE_ENV+= RM=${RM} USE_LDCONFIG= yes .include "Makefile.man" |