summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2013-01-07 13:27:03 +0000
committerwiz <wiz@pkgsrc.org>2013-01-07 13:27:03 +0000
commitd17584211753e5a014cab085a334071fbcb10258 (patch)
tree6578cde9a924f4c580ff7c39de74bccf70d69375 /cad
parent12fef41965e3e1c9b26dadfc185c2670935302fb (diff)
downloadpkgsrc-d17584211753e5a014cab085a334071fbcb10258.tar.gz
Use tcl-itcl, bump PKGREVISION.
Diffstat (limited to 'cad')
-rw-r--r--cad/tnt-mmtl/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/cad/tnt-mmtl/Makefile b/cad/tnt-mmtl/Makefile
index 067b6b9e8f4..4b4a82c9e4c 100644
--- a/cad/tnt-mmtl/Makefile
+++ b/cad/tnt-mmtl/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.19 2012/10/08 13:25:16 asau Exp $
+# $NetBSD: Makefile,v 1.20 2013/01/07 13:27:03 wiz Exp $
#
DISTNAME= tnt-1.2.2
PKGNAME= ${DISTNAME:S/tnt/tnt-mmtl/}
-PKGREVISION= 6
+PKGREVISION= 7
CATEGORIES= cad
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mmtl/}
@@ -22,13 +22,13 @@ BUILD_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
PKG_INSTALLATION_TYPES= overwrite pkgviews
GNU_CONFIGURE= YES
-USE_TOOLS+= autoconf automake gmake
+USE_TOOLS+= aclocal autoconf automake gmake
USE_LANGUAGES= c c++ fortran77
# without this, configure ends up using 'gcc -E' for CPP and
-# passing that down via an environment variable to f2c-f77 which
-# in turn ends up feeding a .F file to gcc -E that fails due to
-# fortran not being a configured language. This is what happens on
+# passing that down via an environment variable to f2c-f77 which
+# in turn ends up feeding a .F file to gcc -E that fails due to
+# fortran not being a configured language. This is what happens on
# a stock NetBSD-5.1 install.
CONFIGURE_ENV+= CPP=${CPP}
@@ -39,7 +39,7 @@ post-patch:
cd ${WRKSRC}/bem && autoconf
.include "../../lang/tcl/buildlink3.mk"
-.include "../../lang/tcl-itcl-current/buildlink3.mk"
+.include "../../lang/tcl-itcl/buildlink3.mk"
.include "../../x11/tk/buildlink3.mk"
.include "../../x11/tk-BWidget/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"