diff options
author | tonio <tonio@pkgsrc.org> | 2005-09-29 14:21:08 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2005-09-29 14:21:08 +0000 |
commit | f67c6e1e41e59f79e9c23927f8fa6ad1f9598391 (patch) | |
tree | 568ca871d474b35fed5b4c2f8a64b309ce5dd787 /print/lgrind | |
parent | 31ef2e7b64c303fb80bd09c9ad340541ddf13757 (diff) | |
download | pkgsrc-f67c6e1e41e59f79e9c23927f8fa6ad1f9598391.tar.gz |
Change dependancy to teTeX-bin, to avoid problems with teTeX3
bump PKGREVISION
Diffstat (limited to 'print/lgrind')
-rw-r--r-- | print/lgrind/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/lgrind/Makefile b/print/lgrind/Makefile index d6ea253ff30..c7bbbe8e221 100644 --- a/print/lgrind/Makefile +++ b/print/lgrind/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.21 2005/07/18 00:15:13 kristerw Exp $ +# $NetBSD: Makefile,v 1.22 2005/09/29 14:21:08 tonio Exp $ DISTNAME= lgrind PKGNAME= lgrind-3.5 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_LOCAL} EXTRACT_SUFX= .tar.bz2 @@ -10,7 +10,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= jwise@NetBSD.org COMMENT= Source pretty printer for LaTeX -DEPENDS+= teTeX>=1.0:../../print/teTeX +DEPENDS+= teTeX-bin>=1.0:../../print/teTeX-bin WRKSRC= ${WRKDIR}/lgrind/source NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL |