summaryrefslogtreecommitdiff
path: root/audio/rat
diff options
context:
space:
mode:
Diffstat (limited to 'audio/rat')
-rw-r--r--audio/rat/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/rat/Makefile b/audio/rat/Makefile
index 682c231f37b4..ec89eca84b79 100644
--- a/audio/rat/Makefile
+++ b/audio/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}