summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2011-03-21 19:56:36 +0000
committerminskim <minskim@pkgsrc.org>2011-03-21 19:56:36 +0000
commite302840afdb8e68c553cd6ac05acdcaf9e4e988f (patch)
tree9bdc2bdb2b80cfa074d0a0d61d876fe55b097774 /cad
parenta89b621e140bbb0f758e8b315f120403f771f74f (diff)
downloadpkgsrc-e302840afdb8e68c553cd6ac05acdcaf9e4e988f.tar.gz
Let tnt-mmtl depend on tex-* instead of the entire teTeX.
Diffstat (limited to 'cad')
-rw-r--r--cad/tnt-mmtl/Makefile13
1 files changed, 8 insertions, 5 deletions
diff --git a/cad/tnt-mmtl/Makefile b/cad/tnt-mmtl/Makefile
index 64fc3a473b7..4003bddcc33 100644
--- a/cad/tnt-mmtl/Makefile
+++ b/cad/tnt-mmtl/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.16 2011/01/22 18:25:47 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.17 2011/03/21 19:56:36 minskim Exp $
#
DISTNAME= tnt-1.2.2
PKGNAME= ${DISTNAME:S/tnt/tnt-mmtl/}
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= cad
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mmtl/}
@@ -12,6 +12,12 @@ HOMEPAGE= http://mmtl.sourceforge.net/
COMMENT= Multilayer Multiconductor Transmission Line 2-D and 2.5-D simulator
BUILD_DEPENDS+= latex2html-[0-9]*:../../textproc/latex2html
+BUILD_DEPENDS+= tex-amsmath-[0-9]*:../../print/tex-amsmath
+BUILD_DEPENDS+= tex-fancyhdr-[0-9]*:../../print/tex-fancyhdr
+BUILD_DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics
+BUILD_DEPENDS+= tex-hyperref-[0-9]*:../../print/tex-hyperref
+BUILD_DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex
+BUILD_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
@@ -19,8 +25,6 @@ PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= YES
USE_TOOLS+= autoconf automake gmake
USE_LANGUAGES= c c++ fortran77
-TEX_DEPMOD= build
-TEX_ACCEPTED= teTeX3
# without this, configure ends up using 'gcc -E' for CPP and
# passing that down via an environment variable to f2c-f77 which
@@ -39,5 +43,4 @@ post-patch:
.include "../../lang/tcl-itcl-current/buildlink3.mk"
.include "../../x11/tk/buildlink3.mk"
.include "../../x11/tk-BWidget/buildlink3.mk"
-.include "../../mk/tex.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"