Date: Thu, 18 Sep 2014 20:37:44 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368523 - head/graphics/ocropus Message-ID: <201409182037.s8IKbirx049412@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Thu Sep 18 20:37:43 2014 New Revision: 368523 URL: http://svnweb.freebsd.org/changeset/ports/368523 QAT: https://qat.redports.org/buildarchive/r368523/ Log: Convert to USES=autoreconf and USES=python:build Modified: head/graphics/ocropus/Makefile Modified: head/graphics/ocropus/Makefile ============================================================================== --- head/graphics/ocropus/Makefile Thu Sep 18 20:35:42 2014 (r368522) +++ head/graphics/ocropus/Makefile Thu Sep 18 20:37:43 2014 (r368523) @@ -23,10 +23,8 @@ SDL_DESC= Enable SDL for graphical debug LEPTONICA_DESC= Enable Leptonica image analysis MAKE_JOBS_UNSAFE= yes -USE_PYTHON_BUILD= yes -USE_AUTOTOOLS= aclocal automake autoconf -AUTOMAKE_ARGS= --add-missing -USES= gmake +USES= autoreconf gmake python:build +GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-fst --without-tesseract --with-iulib=${LOCALBASE} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib @@ -49,12 +47,4 @@ pre-configure: @(cd ${CONFIGURE_WRKSRC} \ && ${SETENV} ${PYTHON_CMD} genAM.py >Makefile.am) -run-autotools: run-autotools-aclocal run-autotools-automake run-autotools-autoconf - -run-autotools-autoconf: - @(cd ${CONFIGURE_WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${AUTOCONF} \ - ${AUTOCONF_ARGS}) - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|'\ - ${WRKSRC}/configure - .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409182037.s8IKbirx049412>