svn commit: r364053 - head/www/suphp
Dmitry Marakasov
amdmi3 at FreeBSD.org
Mon Aug 4 20:49:11 UTC 2014
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 at 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
More information about the svn-ports-head
mailing list