diff options
Diffstat (limited to 'print/ja-ptex/Makefile')
-rw-r--r-- | print/ja-ptex/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/ja-ptex/Makefile b/print/ja-ptex/Makefile index 468c6cc5942..f7057d4abbd 100644 --- a/print/ja-ptex/Makefile +++ b/print/ja-ptex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2005/01/19 12:22:36 kei Exp $ +# $NetBSD: Makefile,v 1.8 2005/06/01 18:03:20 jlam Exp $ DISTNAME= ja-ptex-1.0 PKGREVISION= 1 @@ -14,7 +14,6 @@ DEPENDS+= ja-jsclasses>=0.0.0.20021127:../../print/ja-jsclasses DEPENDS+= ja-vfxdvik>=22.40v.j1.14:../../print/ja-vfxdvik DEPENDS+= dvipdfmx>=0.0.0.20021230nb1:../../print/dvipdfmx -USE_X11= yes EXTRACT_ONLY= # empty NO_CHECKSUM= yes NO_CONFIGURE= yes @@ -24,4 +23,5 @@ MESSAGE_SRC= ${PKGDIR}/MESSAGE do-install: # empty +.include "../../mk/x11.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |