diff options
author | wiz <wiz> | 2013-01-07 13:27:03 +0000 |
---|---|---|
committer | wiz <wiz> | 2013-01-07 13:27:03 +0000 |
commit | 670bfc8ea3596d6511994d00ea9ea804f57a05a8 (patch) | |
tree | 6578cde9a924f4c580ff7c39de74bccf70d69375 /cad | |
parent | 1e5c29673c83f759698d093a2faaca5818447d5e (diff) | |
download | pkgsrc-670bfc8ea3596d6511994d00ea9ea804f57a05a8.tar.gz |
Use tcl-itcl, bump PKGREVISION.
Diffstat (limited to 'cad')
-rw-r--r-- | cad/tnt-mmtl/Makefile | 14 |
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" |