diff options
author | markd <markd@pkgsrc.org> | 2015-04-30 07:23:54 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2015-04-30 07:23:54 +0000 |
commit | 51cb512a71774acc311200a13bf22d6f828161f0 (patch) | |
tree | ed831e49a691f442906a5596b565393b42474328 /fonts/tex-fontinst | |
parent | 0222db8b6a9dc4b885c8ac57a8a72cb33ecd55e6 (diff) | |
download | pkgsrc-51cb512a71774acc311200a13bf22d6f828161f0.tar.gz |
Note conflict with teTeX3-texmf.
Diffstat (limited to 'fonts/tex-fontinst')
-rw-r--r-- | fonts/tex-fontinst/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fonts/tex-fontinst/Makefile b/fonts/tex-fontinst/Makefile index b73444f36e7..5372b9ac954 100644 --- a/fonts/tex-fontinst/Makefile +++ b/fonts/tex-fontinst/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/11/18 19:02:57 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2015/04/30 07:23:54 markd Exp $ DISTNAME= fontinst PKGNAME= tex-${DISTNAME}-1.933 @@ -8,6 +8,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Help with installing fonts for TeX and LaTeX LICENSE= lppl-1.3c +CONFLICTS+= teTeX-texmf<=3.0nb45 + USE_TOOLS+= sh:run REPLACE_SH= bin/fontinst |