From a675ec33e0bbf47fa2ed5274c19e8bed30dff0a0 Mon Sep 17 00:00:00 2001 From: bsiegert Date: Mon, 23 May 2016 05:08:03 +0000 Subject: Pullup ticket #5004 - requested by joerg security/php-oauth: build fix Revisions pulled up: - security/php-oauth/Makefile 1.7 --- Module Name: pkgsrc Committed By: joerg Date: Sat May 7 10:09:07 UTC 2016 Modified Files: pkgsrc/security/php-oauth: Makefile Log Message: Requires PCRE to build. --- security/php-oauth/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/security/php-oauth/Makefile b/security/php-oauth/Makefile index 3410fc9a892..d497c58b4dd 100644 --- a/security/php-oauth/Makefile +++ b/security/php-oauth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2016/03/12 09:42:48 fhajny Exp $ +# $NetBSD: Makefile,v 1.6.2.1 2016/05/23 05:08:03 bsiegert Exp $ MODNAME= oauth PECL_VERSION= 2.0.1 @@ -15,5 +15,6 @@ USE_LANGUAGES= c c++ CONFIGURE_ARGS+= --with-curl=${BUILDLINK_PREFIX.curl} .include "../../lang/php/ext.mk" +.include "../../devel/pcre/buildlink3.mk" .include "../../www/curl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3