diff options
author | mat <mat@FreeBSD.org> | 2016-06-28 22:00:45 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-06-28 22:00:45 +0800 |
commit | d1e060d11b366c86ab049254be9f22b6bbdf48ba (patch) | |
tree | e6eac391e081f99a997be8b0d8e036d22d5fe2a9 /finance | |
parent | 9674e8edf86ef8430734bd19e417e512e8fec1d7 (diff) | |
download | freebsd-ports-gnome-d1e060d11b366c86ab049254be9f22b6bbdf48ba.tar.gz freebsd-ports-gnome-d1e060d11b366c86ab049254be9f22b6bbdf48ba.tar.zst freebsd-ports-gnome-d1e060d11b366c86ab049254be9f22b6bbdf48ba.zip |
Convert USE_PHP*=yes into USES=php*
PR: 210529
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D6936
Diffstat (limited to 'finance')
-rw-r--r-- | finance/myphpmoney/Makefile | 4 | ||||
-rw-r--r-- | finance/php-tclink/Makefile | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/finance/myphpmoney/Makefile b/finance/myphpmoney/Makefile index 829995ef28c0..e82007d835e7 100644 --- a/finance/myphpmoney/Makefile +++ b/finance/myphpmoney/Makefile @@ -15,9 +15,7 @@ WEBOWN?= www WEBGRP?= www APACHEDIR= ${PREFIX}/www/data INSTALLDIR= ${APACHEDIR}/myphpmoney -USES= tar:bzip2 -USE_PHP= yes -WANT_PHP_WEB= yes +USES= php:web tar:bzip2 NO_BUILD= yes PLIST_SUB+= INSTALLDIR=${INSTALLDIR:S,^${PREFIX}/,,} WWWOWN="${WEBOWN}" WWWGRP="${WEBGRP}" diff --git a/finance/php-tclink/Makefile b/finance/php-tclink/Makefile index d3798c817076..7417dce5fdbc 100644 --- a/finance/php-tclink/Makefile +++ b/finance/php-tclink/Makefile @@ -12,8 +12,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-php MAINTAINER= mbowie@buzmo.com COMMENT= PHP extension for TrustCommerce credit card processing -USE_PHP= yes -USE_PHPEXT= yes +USES= php:ext USE_OPENSSL= yes IGNORE_WITH_PHP= 70 |