diff options
author | joerg <joerg@pkgsrc.org> | 2007-02-15 14:42:17 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-02-15 14:42:17 +0000 |
commit | f939ef5106d247884a7c14ad582d045e4729aa2b (patch) | |
tree | d22eaa8c82b8164bc483807bf22af20fab0efb6d /print/ja-ptex | |
parent | 9e85e834079b1c9bc1ac157101df03827ed2866f (diff) | |
download | pkgsrc-f939ef5106d247884a7c14ad582d045e4729aa2b.tar.gz |
Modular Xorg support.
Diffstat (limited to 'print/ja-ptex')
-rw-r--r-- | print/ja-ptex/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/print/ja-ptex/Makefile b/print/ja-ptex/Makefile index d698c2304fa..511afc61cdd 100644 --- a/print/ja-ptex/Makefile +++ b/print/ja-ptex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/07/14 14:07:33 hira Exp $ +# $NetBSD: Makefile,v 1.14 2007/02/15 14:42:17 joerg Exp $ DISTNAME= ja-ptex-1.0 PKGREVISION= 3 @@ -23,5 +23,4 @@ MESSAGE_SRC= ${PKGDIR}/MESSAGE do-install: # empty -.include "../../mk/x11.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |