summaryrefslogtreecommitdiff
path: root/textproc/OdfConverter
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
commit6a3c13f56460de9e15d1d6c952387e5f14b123d1 (patch)
tree969ca0b7b7ce20bbbcef0e506f6ab73c0ea60a83 /textproc/OdfConverter
parentdbe1d2421f6c3b1b1d0e20476b44e0c6ede2f9eb (diff)
downloadpkgsrc-6a3c13f56460de9e15d1d6c952387e5f14b123d1.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 'textproc/OdfConverter')
-rw-r--r--textproc/OdfConverter/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/textproc/OdfConverter/Makefile b/textproc/OdfConverter/Makefile
index 82bea47dfb4..9e631843798 100644
--- a/textproc/OdfConverter/Makefile
+++ b/textproc/OdfConverter/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.28 2013/06/06 12:55:06 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2013/06/17 12:44:55 wiz Exp $
#
DISTNAME= OdfAddinForOffice-src-3.0
PKGNAME= OdfConverter-3.0
-PKGREVISION= 21
+PKGREVISION= 22
CATEGORIES= converters textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=odf-converter/}
EXTRACT_SUFX= .zip
@@ -14,7 +14,7 @@ COMMENT= Converter between Microsoft Office 2007 and OpenOffice formats
LICENSE= modified-bsd
# mono-basic DLLs are required at run-time (but not at build time).
-DEPENDS+= mono-basic-[0-9]*:../../lang/mono-basic
+DEPENDS+= mono-basic-[0-9]*:../../lang/mono2-basic
USE_LANGUAGES= c
USE_TOOLS+= gmake pkg-config
@@ -70,6 +70,6 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/source/Shell/OdfConverter/README.TXT \
${DESTDIR}${PREFIX}/share/doc/OdfConverter/README.TXT
-.include "../../lang/mono/buildlink3.mk"
+.include "../../lang/mono2/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"