diff options
author | wiz <wiz> | 2015-05-08 11:16:56 +0000 |
---|---|---|
committer | wiz <wiz> | 2015-05-08 11:16:56 +0000 |
commit | c9a2981243f866857b31cafd1b77de05330d4e7c (patch) | |
tree | 80d27802843e695614e19927cbe3a552356adc9e /fonts/tex-cbfonts | |
parent | 340ac2fac0270684a6ade40b67ca28640a7e8476 (diff) | |
download | pkgsrc-c9a2981243f866857b31cafd1b77de05330d4e7c.tar.gz |
Add HOMEPAGE and missing DEPENDS. Bump PKGREVISION.
Diffstat (limited to 'fonts/tex-cbfonts')
-rw-r--r-- | fonts/tex-cbfonts/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fonts/tex-cbfonts/Makefile b/fonts/tex-cbfonts/Makefile index 85c904fc19c..c7b4bcd3c1b 100644 --- a/fonts/tex-cbfonts/Makefile +++ b/fonts/tex-cbfonts/Makefile @@ -1,18 +1,18 @@ -# $NetBSD: Makefile,v 1.2 2015/05/04 07:53:48 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2015/05/08 11:16:56 wiz Exp $ DISTNAME= cbfonts PKGNAME= tex-${DISTNAME}-2014 +PKGREVISION= 1 TEXLIVE_REV= 31624 MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/cbgreek-complete COMMENT= Complete set of Greek fonts LICENSE= lppl-1.3c -# DEPENDS+= tex-cbfonts-fd-[0-9]*:../../print/tex-cbfonts-fd +DEPENDS+= tex-cbfonts-fd-[0-9]*:../../fonts/tex-cbfonts-fd TEX_MIXEDMAP_FILES+= cbgreek-full.map -# catalogue cbgreek-complete - .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |