diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2004-10-28 16:24:46 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2004-10-28 16:24:46 +0000 |
commit | 9279e408346a1574a1aaadf245174a846282b9eb (patch) | |
tree | 332003efef2b5d42acd758b95df6e9cf7589b3ae /print | |
parent | 9fc8d7a5606ba06ba5a877ae712b7c78c70ca48c (diff) |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/pxfonts/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/print/pxfonts/Makefile b/print/pxfonts/Makefile index 9a18544b176e..fdac681ecf7d 100644 --- a/print/pxfonts/Makefile +++ b/print/pxfonts/Makefile @@ -31,6 +31,8 @@ EXTRACT_AFTER_ARGS= -d ${PXPATCHDIR} NO_BUILD= YES PLIST_SUB= TEXMF=${TEXMF} MKTEXLSR=${MKTEXLSR} +BROKEN= "pxfonts already included in the teTeX distribution" + TEXMF= share/texmf TEXFONTSDIR= ${PREFIX}/${TEXMF}/fonts MKTEXLSR= ${LOCALBASE}/bin/mktexlsr |