aboutsummaryrefslogtreecommitdiff
path: root/mbone
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-01-19 22:01:01 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-01-19 22:01:01 +0000
commit36992a1e2a7812128d34cb3ff3e4cb511378e03a (patch)
tree2a281e92c83a2fb95a6ad3f5785e7a4beda0a09f /mbone
parentadae38bc05b55876b00b74ee14252fac53d1ada9 (diff)
downloadports-36992a1e2a7812128d34cb3ff3e4cb511378e03a.tar.gz
ports-36992a1e2a7812128d34cb3ff3e4cb511378e03a.zip
Notes
Diffstat (limited to 'mbone')
-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}