diff options
Diffstat (limited to 'print')
-rw-r--r-- | print/ja-ptex-bin/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/ja-ptex-bin/Makefile b/print/ja-ptex-bin/Makefile index 6b61bc79ecf..d63a66e1f99 100644 --- a/print/ja-ptex-bin/Makefile +++ b/print/ja-ptex-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2006/06/26 22:46:38 minskim Exp $ +# $NetBSD: Makefile,v 1.29 2006/06/26 22:51:35 minskim Exp $ DISTNAME= ptex-src-${PTEX_VERS} PKGNAME= ja-ptex-bin-${PTEX_VERS} @@ -23,6 +23,8 @@ SITES_mendexk2.6d.tar.gz= \ DEPENDS+= ja-ptex-share>=2.4:../../print/ja-ptex-share +USE_DIRS+= texmf-1.3 + .include "../../print/teTeX3-bin/buildlink3.mk" .include "../../print/teTeX3-bin/Makefile.common" .include "../../print/teTeX/module.mk" |