svn commit: r367819 - head/www/php-screw

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Sep 10 12:18:01 UTC 2014


Author: amdmi3
Date: Wed Sep 10 12:18:00 2014
New Revision: 367819
URL: http://svnweb.freebsd.org/changeset/ports/367819
QAT: https://qat.redports.org/buildarchive/r367819/

Log:
  - Switch to USES=libtool
  
  Approved by:	portmgr blanket

Modified:
  head/www/php-screw/Makefile

Modified: head/www/php-screw/Makefile
==============================================================================
--- head/www/php-screw/Makefile	Wed Sep 10 12:17:51 2014	(r367818)
+++ head/www/php-screw/Makefile	Wed Sep 10 12:18:00 2014	(r367819)
@@ -13,7 +13,7 @@ COMMENT=	PHP script encryption tool
 
 CRYPTKEY?=	11152, 368, 192, 1281, 62
 
-USE_AUTOTOOLS=	libtool
+USES=		libtool
 USE_PHP=	zlib
 USE_PHPIZE=	yes
 PLIST_SUB=	PHP_EXTDIR="${PHP_EXT_DIR}"


More information about the svn-ports-head mailing list