diff options
author | jmmv <jmmv> | 2003-12-24 13:02:00 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-12-24 13:02:00 +0000 |
commit | 04435f9c16e565de92e528c203e898f2aa2b6d3b (patch) | |
tree | 12c91239a4244ea4b3dd993b607e6c5ce9deadcf /print/advi | |
parent | b8686be430b05348feb9f429a3f72b817cea20c4 (diff) | |
download | pkgsrc-04435f9c16e565de92e528c203e898f2aa2b6d3b.tar.gz |
Adjust dependancies and bump PKGREVISION due to:
- teTeX 1.0.x packages have been moved to teTeX1* directories.
- teTeX 2.0.x packages have been moved to teTeX* directories and their base
name has been changed to teTeX (instead of teTeX2).
Diffstat (limited to 'print/advi')
-rw-r--r-- | print/advi/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/print/advi/Makefile b/print/advi/Makefile index f6b4cde2d55..f2e57ae047c 100644 --- a/print/advi/Makefile +++ b/print/advi/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/08/31 01:43:23 jtb Exp $ +# $NetBSD: Makefile,v 1.2 2003/12/24 13:02:00 jmmv Exp $ DISTNAME= advi-1.4.0 +PKGREVISION= 1 CATEGORIES= print MASTER_SITES= ftp://ftp.inria.fr/INRIA/Projects/cristal/advi/ @@ -8,7 +9,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://pauillac.inria.fr/advi/ COMMENT= Active-DVI Presenter -DEPENDS+= {teTeX-[0-9]*,teTeX2-[0-9]*}:../../print/teTeX +DEPENDS+= teTeX-[0-9]*:../../print/teTeX USE_BUILDLINK2= yes USE_PKGLOCALEDIR= yes |