diff options
author | wiz <wiz> | 2005-01-17 12:51:29 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-01-17 12:51:29 +0000 |
commit | 5f82bd266cd50edf49edf93c2e2aa752815651a0 (patch) | |
tree | 8162ca27665180799c964552dc6b9317c3272418 /print/lgrind/Makefile | |
parent | a2ca5a8ac1ffccd96cef6f354a2300be659d6bfe (diff) | |
download | pkgsrc-5f82bd266cd50edf49edf93c2e2aa752815651a0.tar.gz |
Change dependency to use teTeX2 per default instead of the obsolete teTeX1.
While here, replace the INSTALL/DEINSTALL scripts with @exec/@unexec lines.
Bump PKGREVISION for dependency change.
Diffstat (limited to 'print/lgrind/Makefile')
-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 3cf0fe7556b..4d6aeee9579 100644 --- a/print/lgrind/Makefile +++ b/print/lgrind/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2004/03/26 02:27:51 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2005/01/17 12:51:29 wiz Exp $ DISTNAME= lgrind PKGNAME= lgrind-3.5 -PKGREVISION= 3 +PKGREVISION= 4 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/teTeX1 +DEPENDS+= teTeX>=1.0:../../print/teTeX WRKSRC= ${WRKDIR}/lgrind/source USE_X11= yes |