diff options
author | ryoon <ryoon@pkgsrc.org> | 2015-04-26 12:09:55 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2015-04-26 12:09:55 +0000 |
commit | 15f242f3a4f9e668bff7d28f9a63f4858ef38463 (patch) | |
tree | af43e76c7114540027cfa978bf6acee6d2135878 /fonts | |
parent | b2b8881a644a23a9c421746659e16af652595f0c (diff) | |
download | pkgsrc-15f242f3a4f9e668bff7d28f9a63f4858ef38463.tar.gz |
Bump PKGREVISION.
* Depend on fonts/tex-wasy2-ps.
Fix devel/doxygen build.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/tex-wasysym/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fonts/tex-wasysym/Makefile b/fonts/tex-wasysym/Makefile index 414148a4cdc..9a751840db2 100644 --- a/fonts/tex-wasysym/Makefile +++ b/fonts/tex-wasysym/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2011/03/08 19:20:41 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2015/04/26 12:09:55 ryoon Exp $ DISTNAME= wasysym PKGNAME= tex-${DISTNAME}-2.0 +PKGREVISION= 1 TEXLIVE_REV= 15878 MAINTAINER= minskim@NetBSD.org @@ -10,6 +11,7 @@ COMMENT= LaTeX support file to use the WASY2 fonts CONFLICTS= teTeX-texmf<=3.0nb29 DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin DEPENDS+= tex-wasy-[0-9]*:../../fonts/tex-wasy +DEPENDS+= tex-wasy2-ps-[0-9]*:../../fonts/tex-wasy2-ps .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |