diff options
author | minskim <minskim> | 2009-04-29 03:35:47 +0000 |
---|---|---|
committer | minskim <minskim> | 2009-04-29 03:35:47 +0000 |
commit | 57b636b60842a809c4cc5fc995ed3d5002042922 (patch) | |
tree | 9153f9c54d9416720acdfdb376799a1ef4e3aa3b /fonts | |
parent | ba16db9117503468a96747a6e6bb2a36106b2078 (diff) | |
download | pkgsrc-57b636b60842a809c4cc5fc995ed3d5002042922.tar.gz |
Correct the dependency pattern.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/tex-cmex/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/tex-cmex/Makefile b/fonts/tex-cmex/Makefile index 5723dae2af0..45fb1f44c00 100644 --- a/fonts/tex-cmex/Makefile +++ b/fonts/tex-cmex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/04/29 03:31:31 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2009/04/29 03:35:47 minskim Exp $ # TeX Live Revision 7340 DISTNAME= cmex @@ -8,7 +8,7 @@ MAINTAINER= minskim@NetBSD.org COMMENT= Support for cmex fonts from TeXTrace project CONFLICTS+= teTeX-texmf<=3.0nb13 -DEPENDS+= tex-ams-[0-9]:../../print/tex-ams +DEPENDS+= tex-ams-[0-9]*:../../print/tex-ams TEX_MIXEDMAP_FILES+= ttcmex.map |