summaryrefslogtreecommitdiff
path: root/audio/rat
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 /audio/rat
parentReverse the MANLANG arguments to workaround a bug in make(1). This is (diff)
Add a dummy run-autotools target to pacify the new bsd.port.mk.
Notes
Notes: svn path=/head/; revision=98597
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}