Mon May 23 05:08:04 2016 UTC ()
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.


(bsiegert)
diff -r1.6 -r1.6.2.1 pkgsrc/security/php-oauth/Makefile

cvs diff -r1.6 -r1.6.2.1 pkgsrc/security/php-oauth/Makefile (expand / switch to unified diff)

--- pkgsrc/security/php-oauth/Makefile 2016/03/12 09:42:48 1.6
+++ pkgsrc/security/php-oauth/Makefile 2016/05/23 05:08:03 1.6.2.1
@@ -1,19 +1,20 @@ @@ -1,19 +1,20 @@
1# $NetBSD: Makefile,v 1.6 2016/03/12 09:42:48 fhajny Exp $ 1# $NetBSD: Makefile,v 1.6.2.1 2016/05/23 05:08:03 bsiegert Exp $
2 2
3MODNAME= oauth 3MODNAME= oauth
4PECL_VERSION= 2.0.1 4PECL_VERSION= 2.0.1
5CATEGORIES+= security 5CATEGORIES+= security
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8COMMENT= PHP oauth consumer extension 8COMMENT= PHP oauth consumer extension
9LICENSE= modified-bsd 9LICENSE= modified-bsd
10 10
11PHP_VERSIONS_ACCEPTED= 70 11PHP_VERSIONS_ACCEPTED= 70
12 12
13USE_LANGUAGES= c c++ 13USE_LANGUAGES= c c++
14 14
15CONFIGURE_ARGS+= --with-curl=${BUILDLINK_PREFIX.curl} 15CONFIGURE_ARGS+= --with-curl=${BUILDLINK_PREFIX.curl}
16 16
17.include "../../lang/php/ext.mk" 17.include "../../lang/php/ext.mk"
 18.include "../../devel/pcre/buildlink3.mk"
18.include "../../www/curl/buildlink3.mk" 19.include "../../www/curl/buildlink3.mk"
19.include "../../mk/bsd.pkg.mk" 20.include "../../mk/bsd.pkg.mk"