diff options
Diffstat (limited to 'devel/log4cxx/Makefile')
-rw-r--r-- | devel/log4cxx/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/log4cxx/Makefile b/devel/log4cxx/Makefile index 3ebaa263ae8e..ac53c52272e3 100644 --- a/devel/log4cxx/Makefile +++ b/devel/log4cxx/Makefile @@ -28,10 +28,8 @@ BUILD_DEPENDS+= ${LOCALBASE}/include/boost/regex.hpp:${PORTSDIR}/devel/boost CXXFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib .endif -USE_AUTOMAKE_VER= 15 -USE_AUTOCONF_VER= 253 +USE_AUTOTOOLS= automake:15 autoconf:253 libtool:13 AUTOMAKE_ARGS= --add-missing -USE_LIBTOOL_VER=13 LIBTOOL_VARS= --force --automake CPPFLAGS+= -I${LOCALBASE}/include |