diff options
author | minskim <minskim@pkgsrc.org> | 2006-04-06 23:28:36 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-04-06 23:28:36 +0000 |
commit | d60d25bf47acf3fe649452b1c0d79cdf63fec575 (patch) | |
tree | 33a09bfc83676604ccfa874f71f7286596fe6d70 /print/texmf-dirs/dirs.mk | |
parent | 26e9732057a48ede45927a1925b72945e8cf5703 (diff) | |
download | pkgsrc-d60d25bf47acf3fe649452b1c0d79cdf63fec575.tar.gz |
Fix the web2c path. Skip PKGREVISION bump because this was imported a few
minutes ago.
Diffstat (limited to 'print/texmf-dirs/dirs.mk')
-rw-r--r-- | print/texmf-dirs/dirs.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/texmf-dirs/dirs.mk b/print/texmf-dirs/dirs.mk index fd31c1451bc..1d2ba0cf39d 100644 --- a/print/texmf-dirs/dirs.mk +++ b/print/texmf-dirs/dirs.mk @@ -1,4 +1,4 @@ -# $NetBSD: dirs.mk,v 1.1.1.1 2006/04/06 23:07:01 minskim Exp $ +# $NetBSD: dirs.mk,v 1.2 2006/04/06 23:28:36 minskim Exp $ # # This file is intended to be included by mk/dirs.mk, not directly by packages. # @@ -36,7 +36,7 @@ TEXMF_DIRS+= omega/otp TEXMF_DIRS+= tex TEXMF_DIRS+= tex/lambda TEXMF_DIRS+= tex/latex -TEXMF_DIRS+= tex/web2c +TEXMF_DIRS+= web2c .if defined(_USE_TEXMF_DIRS) && !empty(_USE_TEXMF_DIRS) DEPENDS+= texmf-dirs>=${_USE_TEXMF_DIRS}:../../print/texmf-dirs |