diff options
author | wiz <wiz@pkgsrc.org> | 2013-06-17 12:44:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-06-17 12:44:53 +0000 |
commit | a9864a7b1579f02babb7e5977232cfcbeb7882cc (patch) | |
tree | 969ca0b7b7ce20bbbcef0e506f6ab73c0ea60a83 /devel/libthrift/options.mk | |
parent | 7c65a294b7fe71a60df821d0f596485e78f232d5 (diff) | |
download | pkgsrc-a9864a7b1579f02babb7e5977232cfcbeb7882cc.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/options.mk')
-rw-r--r-- | devel/libthrift/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
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 |