diff options
author | bapt <bapt@FreeBSD.org> | 2014-01-23 08:41:11 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-01-23 08:41:11 +0800 |
commit | dd3f609bcbd9704f5bf517c200eb2f79b28fd039 (patch) | |
tree | 4c97a5ec051ac4759ff469eb22b792df1afad3f5 /devel | |
parent | 9c989364df9922b3b72b4c27a0c3d904f79ca220 (diff) | |
download | freebsd-ports-gnome-dd3f609bcbd9704f5bf517c200eb2f79b28fd039.tar.gz freebsd-ports-gnome-dd3f609bcbd9704f5bf517c200eb2f79b28fd039.tar.zst freebsd-ports-gnome-dd3f609bcbd9704f5bf517c200eb2f79b28fd039.zip |
Support stage
Diffstat (limited to 'devel')
-rw-r--r-- | devel/log4cpp/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/log4cpp/Makefile b/devel/log4cpp/Makefile index 7c4883501ac2..69652c4565ac 100644 --- a/devel/log4cpp/Makefile +++ b/devel/log4cpp/Makefile @@ -7,17 +7,15 @@ CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION}.x%20%28new%29/${PORTNAME}-${PORTVERSION} MAINTAINER= clsung@FreeBSD.org -COMMENT= A library of C++ classes for flexible logging +COMMENT= Library of C++ classes for flexible logging +USES= gmake pathfix USE_AUTOTOOLS= libtool -USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-pthreads --disable-html-docs USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME} -#.include "Makefile.man" -NO_STAGE= yes .include <bsd.port.pre.mk> # doxygen build is BROKEN atm @@ -40,6 +38,5 @@ CONFIGURE_ARGS+= --disable-doxygen post-patch: @${REINPLACE_CMD} -e 's| -pedantic||g' ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|' ${WRKSRC}/Makefile.in .include <bsd.port.post.mk> |