summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortriaxx <triaxx@pkgsrc.org>2020-04-17 09:18:54 +0000
committertriaxx <triaxx@pkgsrc.org>2020-04-17 09:18:54 +0000
commit59678203ea3bdac4ee06efaed9c1b6500a30e274 (patch)
treebb120ba6192c7243476b85d74119fb702e5603cc /www
parentf687b3d5aa51f9c2de753017c79264d834079ef2 (diff)
downloadpkgsrc-59678203ea3bdac4ee06efaed9c1b6500a30e274.tar.gz
php-fpm: remove useless variable
pkgsrc changes: --------------- * Remove USE_PHP_EXT_PATCHES since lang/php/ext.mk is not included.
Diffstat (limited to 'www')
-rw-r--r--www/php-fpm/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/www/php-fpm/Makefile b/www/php-fpm/Makefile
index 38d25d23e66..1bb286709be 100644
--- a/www/php-fpm/Makefile
+++ b/www/php-fpm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2020/04/15 11:57:35 triaxx Exp $
+# $NetBSD: Makefile,v 1.31 2020/04/17 09:18:54 triaxx Exp $
PKGNAME= ${PHP_PKG_PREFIX}-fpm-${PHP_VERSION}
PKGREVISION= 3
@@ -10,7 +10,6 @@ LICENSE= 2-clause-bsd
USE_TOOLS+= pkg-config
-USE_PHP_EXT_PATCHES= yes
LIBTOOL_OVERRIDE= # empty
.include "../../mk/bsd.prefs.mk"