diff options
-rw-r--r-- | print/tex-eplain/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/print/tex-eplain/Makefile b/print/tex-eplain/Makefile index 4620c65cc52..eed72595fd1 100644 --- a/print/tex-eplain/Makefile +++ b/print/tex-eplain/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2015/05/31 06:45:32 markd Exp $ +# $NetBSD: Makefile,v 1.2 2015/12/10 11:40:28 markd Exp $ DISTNAME= eplain PKGNAME= tex-${DISTNAME}-3.7 +PKGREVISION= 1 TEXLIVE_REV= 36217 MAINTAINER= pkgsrc-users@NetBSD.org @@ -10,6 +11,8 @@ COMMENT= Extended plain TeX macros LICENSE= gnu-gpl-v2 CONFLICTS+= teTeX-texmf<=3.0nb55 +DEPENDS+= tex-knuth-lib-[0-9]*:../../fonts/tex-knuth-lib +DEPENDS+= tex-babel-[0-9]*:../../print/tex-babel DEPENDS+= tex-pdftex-[0-9]*:../../print/tex-pdftex INSTALLATION_DIRS+= bin |