summaryrefslogtreecommitdiff
path: root/devel/libthrift
diff options
context:
space:
mode:
authorwiz <wiz>2013-06-17 12:44:53 +0000
committerwiz <wiz>2013-06-17 12:44:53 +0000
commit3cfacb772dbc514a7c0a30de664d8c882c35e7d8 (patch)
tree969ca0b7b7ce20bbbcef0e506f6ab73c0ea60a83 /devel/libthrift
parentc9855bd22ac309718b473dcac19c313745b16769 (diff)
downloadpkgsrc-3cfacb772dbc514a7c0a30de664d8c882c35e7d8.tar.gz
Make mono packages depend on lang/mono2 instead of lang/mono.
The latter contains the unstable version 3 of mono, which breaks many mono packages. Bump dependencies and PKGREVISIONs. Ok during freeze: gdt@
Diffstat (limited to 'devel/libthrift')
-rw-r--r--devel/libthrift/Makefile4
-rw-r--r--devel/libthrift/options.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/libthrift/Makefile b/devel/libthrift/Makefile
index b19a95936d3..a64db6bad4a 100644
--- a/devel/libthrift/Makefile
+++ b/devel/libthrift/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.32 2013/05/31 12:40:01 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2013/06/17 12:44:53 wiz Exp $
DISTNAME= thrift-${THRIFT_VERSION}
PKGNAME= libthrift-${THRIFT_VERSION}
-PKGREVISION= 15
+PKGREVISION= 16
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_APACHE:=thrift/${THRIFT_VERSION}/}
diff --git a/devel/libthrift/options.mk b/devel/libthrift/options.mk
index 4459eaf4e28..0c426348984 100644
--- a/devel/libthrift/options.mk
+++ b/devel/libthrift/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.5 2011/10/14 03:25:33 dholland Exp $
+# $NetBSD: options.mk,v 1.6 2013/06/17 12:44:53 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.libthrift
PKG_SUPPORTED_OPTIONS= csharp java erlang python perl php ruby
@@ -17,7 +17,7 @@ post-install:
${INSTALL_LIB} ${WRKSRC}/lib/csharp/Thrift.dll \
${DESTDIR}${PREFIX}/lib/thrift/Thrift.dll
-.include "../../lang/mono/buildlink3.mk"
+.include "../../lang/mono2/buildlink3.mk"
.else
CONFIGURE_ARGS+= --without-csharp
.endif