Date: Mon, 4 Aug 2014 20:49:11 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364053 - head/www/suphp Message-ID: <53dff1c7.57bf.7e42994d@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Mon Aug 4 20:49:10 2014 New Revision: 364053 URL: http://svnweb.freebsd.org/changeset/ports/364053 QAT: https://qat.redports.org/buildarchive/r364053/ Log: - Switch to USES=libtool Approved by: portmgr blanket Modified: head/www/suphp/Makefile Modified: head/www/suphp/Makefile ============================================================================== --- head/www/suphp/Makefile Mon Aug 4 20:37:47 2014 (r364052) +++ head/www/suphp/Makefile Mon Aug 4 20:49:10 2014 (r364053) @@ -13,7 +13,8 @@ MAINTAINER= bdrewery@FreeBSD.org COMMENT= Securely execute PHP scripts under Apache GNU_CONFIGURE= yes -USE_AUTOTOOLS= aclocal:env automake autoconf:env libtool:env +USES= libtool +USE_AUTOTOOLS= aclocal:env automake autoconf:env AUTOMAKE_ARGS+= --add-missing SUB_FILES= pkg-message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53dff1c7.57bf.7e42994d>