diff options
Diffstat (limited to 'textproc/OdfConverter/Makefile')
-rw-r--r-- | textproc/OdfConverter/Makefile | 8 |
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" |