diff options
author | dholland <dholland> | 2013-06-24 05:32:28 +0000 |
---|---|---|
committer | dholland <dholland> | 2013-06-24 05:32:28 +0000 |
commit | f8a4c5ee4e17fe1a56d567fd10e5b10dcd754d50 (patch) | |
tree | 98eb666cabbc0071282a3ed794d2a5019ed148d5 /textproc/OdfConverter/Makefile | |
parent | af8e45bcd41994d071b6d00a7f07376cfe7a1d4d (diff) | |
download | pkgsrc-f8a4c5ee4e17fe1a56d567fd10e5b10dcd754d50.tar.gz |
lang/mono-basic, not lang/mono2-basic.
Diffstat (limited to 'textproc/OdfConverter/Makefile')
-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 |