diff options
author | dholland <dholland@pkgsrc.org> | 2013-06-24 05:32:28 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2013-06-24 05:32:28 +0000 |
commit | 471042e5ecb7c311ea6673dd5965a9d1d903282d (patch) | |
tree | 98eb666cabbc0071282a3ed794d2a5019ed148d5 /textproc | |
parent | abcb18bde4d9bc09573fc3becc615a94e5e9939f (diff) | |
download | pkgsrc-471042e5ecb7c311ea6673dd5965a9d1d903282d.tar.gz |
lang/mono-basic, not lang/mono2-basic.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/OdfConverter/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/OdfConverter/Makefile b/textproc/OdfConverter/Makefile index 9e631843798..85ea91c2ee6 100644 --- a/textproc/OdfConverter/Makefile +++ b/textproc/OdfConverter/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2013/06/17 12:44:55 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2013/06/24 05:32:28 dholland Exp $ # DISTNAME= OdfAddinForOffice-src-3.0 @@ -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/mono2-basic +DEPENDS+= mono-basic-[0-9]*:../../lang/mono-basic USE_LANGUAGES= c USE_TOOLS+= gmake pkg-config |