diff options
Diffstat (limited to 'textproc/itex2MML/Makefile')
-rw-r--r-- | textproc/itex2MML/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/itex2MML/Makefile b/textproc/itex2MML/Makefile index 493362f509e..682d8db1ddd 100644 --- a/textproc/itex2MML/Makefile +++ b/textproc/itex2MML/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2009/07/07 21:43:58 joerg Exp $ +# $NetBSD: Makefile,v 1.5 2012/10/25 06:56:00 asau Exp $ DISTNAME= itexToMML PKGNAME= itex2MML-1.2.3 @@ -9,8 +9,6 @@ MAINTAINER= minskim@NetBSD.org HOMEPAGE= http://golem.ph.utexas.edu/~distler/blog/itex2MML.html COMMENT= Converts itex equations to MathML -PKG_DESTDIR_SUPPORT= user-destdir - USE_LANGUAGES= c c++ USE_TOOLS+= bison flex WRKSRC= ${WRKDIR}/${DISTNAME}/itex-src |