Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Feb 2017 16:35:43 +0000 (UTC)
From:      Torsten Zuehlsdorff <tz@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r433046 - head/lang/php71
Message-ID:  <201702011635.v11GZhdQ069084@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tz
Date: Wed Feb  1 16:35:43 2017
New Revision: 433046
URL: https://svnweb.freebsd.org/changeset/ports/433046

Log:
  lang/php71: pet portlint by moving LIB_DEPENDS up
  
  Convert the patch from lang/php70 to lang/php71
  
  PR:           216653
  Submitted by: linimon

Modified:
  head/lang/php71/Makefile

Modified: head/lang/php71/Makefile
==============================================================================
--- head/lang/php71/Makefile	Wed Feb  1 16:28:12 2017	(r433045)
+++ head/lang/php71/Makefile	Wed Feb  1 16:35:43 2017	(r433046)
@@ -13,6 +13,8 @@ COMMENT=	PHP Scripting Language
 
 LICENSE=	PHP301
 
+LIB_DEPENDS=	libpcre.so:devel/pcre
+
 USES+=		tar:xz cpe
 CPE_PRODUCT=	php
 NO_OPTIONS_SORT=yes
@@ -23,8 +25,6 @@ USE_AUTOTOOLS=	autoconf
 #USES+=		autoreconf gmake
 #GNU_CONFIGURE=	yes
 
-LIB_DEPENDS=	libpcre.so:devel/pcre
-
 CONFIGURE_ARGS+=--with-layout=GNU \
 		--localstatedir=/var \
 		--with-config-file-scan-dir=${PREFIX}/etc/php \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702011635.v11GZhdQ069084>