diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-12-24 13:02:00 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-12-24 13:02:00 +0000 |
commit | eeee7fac9fe4a0832e02d75bf0557ffdc07b342a (patch) | |
tree | 12c91239a4244ea4b3dd993b607e6c5ce9deadcf /print/tex-eurosym | |
parent | 3409558f525bf0bab36bbcbb71e23d86e6371709 (diff) | |
download | pkgsrc-eeee7fac9fe4a0832e02d75bf0557ffdc07b342a.tar.gz |
Adjust dependancies and bump PKGREVISION due to:
- teTeX 1.0.x packages have been moved to teTeX1* directories.
- teTeX 2.0.x packages have been moved to teTeX* directories and their base
name has been changed to teTeX (instead of teTeX2).
Diffstat (limited to 'print/tex-eurosym')
-rw-r--r-- | print/tex-eurosym/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/tex-eurosym/Makefile b/print/tex-eurosym/Makefile index b1803efcdaf..b13109ab9a1 100644 --- a/print/tex-eurosym/Makefile +++ b/print/tex-eurosym/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2003/07/17 22:52:42 grant Exp $ +# $NetBSD: Makefile,v 1.7 2003/12/24 13:02:01 jmmv Exp $ # DISTNAME= eurosym-1.0 PKGNAME= tex-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 WRKSRC= ${WRKDIR}/eurosym CATEGORIES= print MASTER_SITES= ${MASTER_SITE_LOCAL} @@ -13,7 +13,7 @@ HOMEPAGE= ftp://ftp.univie.ac.at/packages/tex/fonts/eurosym/ COMMENT= Euro symbols for LaTeX # included in teTeX2 -DEPENDS+= teTeX-bin-[0-9]*:../../print/teTeX-bin +DEPENDS+= teTeX-bin-1.0.*:../../print/teTeX1-bin NO_CONFIGURE= yes NO_BUILD= yes |