summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2016-05-07 10:09:07 +0000
committerjoerg <joerg@pkgsrc.org>2016-05-07 10:09:07 +0000
commitc109d9797140a04b4bdcc1e7fc5598067fc71708 (patch)
tree601236a169d258653d9d6e5a2060dfaecdf7c9bb /security
parent14e9f919b23afc45fe55cc81b3b0ffb9493befcb (diff)
downloadpkgsrc-c109d9797140a04b4bdcc1e7fc5598067fc71708.tar.gz
Requires PCRE to build.
Diffstat (limited to 'security')
-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..49961ca5dcb 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.7 2016/05/07 10:09:07 joerg 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"