diff options
author | obache <obache@pkgsrc.org> | 2014-02-22 09:19:24 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-02-22 09:19:24 +0000 |
commit | a90f80d8e6eedaad5d3ba6d0a8c19b4ef7be1d80 (patch) | |
tree | 9b4ffeadc785ed854e12bb00c2fee995b6877a37 /cad/tnt-mmtl | |
parent | b6185f625fc00589b0f501b087f84c279a11cf61 (diff) | |
download | pkgsrc-a90f80d8e6eedaad5d3ba6d0a8c19b4ef7be1d80.tar.gz |
Do same as bootstrap script
Diffstat (limited to 'cad/tnt-mmtl')
-rw-r--r-- | cad/tnt-mmtl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/tnt-mmtl/Makefile b/cad/tnt-mmtl/Makefile index 66d19475606..417444b340d 100644 --- a/cad/tnt-mmtl/Makefile +++ b/cad/tnt-mmtl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2014/01/11 14:42:01 adam Exp $ +# $NetBSD: Makefile,v 1.25 2014/02/22 09:19:24 obache Exp $ # DISTNAME= tnt-1.2.2 @@ -35,7 +35,7 @@ CONFIGURE_ENV+= CPP=${CPP} post-patch: ${MV} ${WRKSRC}/tnt ${WRKSRC}/tnt-mmtl cd ${WRKSRC}/bem && aclocal - cd ${WRKSRC}/bem && automake + cd ${WRKSRC}/bem && automake --add-missing --copy --force-missing cd ${WRKSRC}/bem && autoconf .include "../../lang/tcl/buildlink3.mk" |