aboutsummaryrefslogtreecommitdiffstats
path: root/mbone/rat
diff options
context:
space:
mode:
Diffstat (limited to 'mbone/rat')
-rw-r--r--mbone/rat/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/mbone/rat/Makefile b/mbone/rat/Makefile
index 682c231f37b4..ec89eca84b79 100644
--- a/mbone/rat/Makefile
+++ b/mbone/rat/Makefile
@@ -51,6 +51,9 @@ do-build:
cd ${WRKSRC}/common/src && ${GMAKE}
cd ${WRKSRC}/rat && ${GMAKE}
+run-autotools:
+ @${DO_NADA}
+
do-configure:
cd ${WRKSRC}/common && ${AUTOCONF} && ./configure ${CONFIGURE_ARGS} ${ENABLE_IPv6}
cd ${WRKSRC}/rat && ${AUTOCONF} && ./configure ${CONFIGURE_ARGS} --with-tcl=${LOCALBASE} --with-tk=${LOCALBASE} ${ENABLE_IPv6} --with-tcltk-version=${TCLTK_VERSION}