diff options
Diffstat (limited to 'fonts/tex-stmaryrd/Makefile')
-rw-r--r-- | fonts/tex-stmaryrd/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/fonts/tex-stmaryrd/Makefile b/fonts/tex-stmaryrd/Makefile index 9ea0403dcfa..03771a5bafd 100644 --- a/fonts/tex-stmaryrd/Makefile +++ b/fonts/tex-stmaryrd/Makefile @@ -1,16 +1,15 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/06/07 07:20:23 minskim Exp $ -# TeX Live Revision 7340 +# $NetBSD: Makefile,v 1.2 2010/01/29 08:38:03 minskim Exp $ +# TeX Live Revision 15878 DISTNAME= stmaryrd -PKGNAME= tex-${DISTNAME}-2008.7340 +PKGNAME= tex-${DISTNAME}-2009 MAINTAINER= minskim@NetBSD.org COMMENT= St Mary Road symbols for theoretical computer science CONFLICTS+= teTeX-texmf<=3.0nb15 -DEPENDS+= tex-bin-latex-[0-9]*:../../print/tex-bin-latex TEX_MIXEDMAP_FILES+= stmaryrd.map -.include "../../print/texlive/module.mk" +.include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |