summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbsiegert <bsiegert>2016-05-23 05:08:03 +0000
committerbsiegert <bsiegert>2016-05-23 05:08:03 +0000
commita675ec33e0bbf47fa2ed5274c19e8bed30dff0a0 (patch)
treee7c4d0207d83a0825c5c1683158a6f55fe5c5fa9
parent8d733b0ab16ca7e4e9d35e5db6c339ae65234040 (diff)
downloadpkgsrc-a675ec33e0bbf47fa2ed5274c19e8bed30dff0a0.tar.gz
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.
-rw-r--r--security/php-oauth/Makefile3
1 files changed, 2 insertions, 1 deletions
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"