diff options
author | markd <markd@pkgsrc.org> | 2015-05-02 05:39:14 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2015-05-02 05:39:14 +0000 |
commit | cf9d02941f2010c29e85de5286e1dd8b4660cd51 (patch) | |
tree | eb9025b31bd8edbfdad916ba03cf3bfcc545117a /math | |
parent | cf1cc2740feb6b28ce74c1254f013c119a9d023a (diff) | |
download | pkgsrc-cf9d02941f2010c29e85de5286e1dd8b4660cd51.tar.gz |
Be more explicit in TeX dependencies.
Diffstat (limited to 'math')
-rw-r--r-- | math/texdrive/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/math/texdrive/Makefile b/math/texdrive/Makefile index 8b755d13884..bf4c33b095d 100644 --- a/math/texdrive/Makefile +++ b/math/texdrive/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2013/02/17 19:18:06 dholland Exp $ +# $NetBSD: Makefile,v 1.5 2015/05/02 05:39:14 markd Exp $ # DISTNAME= texdrive PKGNAME= texdrive-0.0.20081126.171834 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= math MASTER_SITES= http://www.djcbsoftware.nl/code/texdrive/ EXTRACT_SUFX= .el @@ -12,7 +12,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.djcbsoftware.nl/code/texdrive/ COMMENT= Emacs mode for creating inline formulae for HTML -DEPENDS+= teTeX-bin-[0-9]*:../../print/teTeX3-bin +DEPENDS+= tex-amsfonts-[0-9]*:../../fonts/tex-amsfonts +DEPENDS+= tex-amsmath-[0-9]*:../../print/tex-amsmath DEPENDS+= ImageMagick-[0-9]*:../../graphics/ImageMagick DIST_SUBDIR= ${PKGNAME_NOREV} |