diff options
author | markd <markd@pkgsrc.org> | 2015-05-08 22:24:40 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2015-05-08 22:24:40 +0000 |
commit | cde0dfe3264568addedf8f7e3e9585b972d0674c (patch) | |
tree | ca854ac1984c6375cada424c3e483a1ca92b2bc6 /fonts | |
parent | 23dfd4755cf3dd6509ead39a1e13cb99af8ede2c (diff) | |
download | pkgsrc-cde0dfe3264568addedf8f7e3e9585b972d0674c.tar.gz |
Fix path in DEPENDS
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/tex-mathabx-type1/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/tex-mathabx-type1/Makefile b/fonts/tex-mathabx-type1/Makefile index 01872e26098..2ed8d817478 100644 --- a/fonts/tex-mathabx-type1/Makefile +++ b/fonts/tex-mathabx-type1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2015/05/08 11:27:49 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2015/05/08 22:24:40 markd Exp $ DISTNAME= mathabx-type1 PKGNAME= tex-${DISTNAME}-2014 @@ -9,7 +9,7 @@ HOMEPAGE= http://ctan.org/pkg/mathabx-type1 COMMENT= Outline version of the mathabx fonts LICENSE= lppl-1.3c -DEPENDS+= tex-mathabx-[0-9]*:../../allnew/tex-mathabx +DEPENDS+= tex-mathabx-[0-9]*:../../fonts/tex-mathabx TEX_MAP_FILES+= mathabx.map |