summaryrefslogtreecommitdiff
path: root/databases/csharp-mysql
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2013-06-17 12:44:53 +0000
committerwiz <wiz@pkgsrc.org>2013-06-17 12:44:53 +0000
commita9864a7b1579f02babb7e5977232cfcbeb7882cc (patch)
tree969ca0b7b7ce20bbbcef0e506f6ab73c0ea60a83 /databases/csharp-mysql
parent7c65a294b7fe71a60df821d0f596485e78f232d5 (diff)
downloadpkgsrc-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 'databases/csharp-mysql')
-rw-r--r--databases/csharp-mysql/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/csharp-mysql/Makefile b/databases/csharp-mysql/Makefile
index f5ab5cece48..027fec86517 100644
--- a/databases/csharp-mysql/Makefile
+++ b/databases/csharp-mysql/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2012/10/02 21:25:16 asau Exp $
+# $NetBSD: Makefile,v 1.3 2013/06/17 12:44:53 wiz Exp $
DISTNAME= mysql-connector-net-6.3.5-noinstall
PKGNAME= csharp-mysql-6.3.5
@@ -11,7 +11,7 @@ HOMEPAGE= http://dev.mysql.com/downloads/connector/net/
COMMENT= Fully managed ADO.NET driver for MySQL
LICENSE= gnu-gpl-v2
-DEPENDS+= mono>=2.0:../../lang/mono
+DEPENDS+= mono>=2.0<3:../../lang/mono2
EXTRACT_DIR= ${WRKDIR}/${PKGNAME}
WRKSRC= ${EXTRACT_DIR}