diff options
Diffstat (limited to 'print/tex-exam/Makefile')
-rw-r--r-- | print/tex-exam/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/print/tex-exam/Makefile b/print/tex-exam/Makefile index 9f510f86f72..fa1d563b78a 100644 --- a/print/tex-exam/Makefile +++ b/print/tex-exam/Makefile @@ -1,11 +1,13 @@ -# $NetBSD: Makefile,v 1.5 2012/02/14 21:50:46 minskim Exp $ +# $NetBSD: Makefile,v 1.6 2015/06/14 12:50:02 markd Exp $ DISTNAME= exam -PKGNAME= tex-${DISTNAME}-2.4 -TEXLIVE_REV= 22585 +PKGNAME= tex-${DISTNAME}-2.5 +TEXLIVE_REV= 37279 MAINTAINER= minskim@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/exam COMMENT= Package for typesetting exam scripts +LICENSE= lppl-1.3c CONFLICTS+= teTeX-texmf<=3.0nb13 DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin |