diff options
author | marcus <marcus@FreeBSD.org> | 2004-01-19 22:01:01 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-01-19 22:01:01 +0000 |
commit | 1085d01dd9590730072e04c77107741dcc87ece5 (patch) | |
tree | 5010bb2353cc754f1277be574aa4260b5aeb4b36 /audio | |
parent | 78dc9e49b5f0778c912be5c47e21d06b512c5110 (diff) | |
download | FreeBSD-ports-1085d01dd9590730072e04c77107741dcc87ece5.zip FreeBSD-ports-1085d01dd9590730072e04c77107741dcc87ece5.tar.gz |
Add a dummy run-autotools target to pacify the new bsd.port.mk.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/rat/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/rat/Makefile b/audio/rat/Makefile index 682c231..ec89eca 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} |