diff options
-rw-r--r-- | audio/rat/Makefile | 4 | ||||
-rw-r--r-- | mbone/rat/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/audio/rat/Makefile b/audio/rat/Makefile index cd715a63ddc4..3987d8f45e28 100644 --- a/audio/rat/Makefile +++ b/audio/rat/Makefile @@ -44,7 +44,7 @@ do-build: .endfor 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} + cd ${WRKSRC}/common && ${AUTOCONF} && ./configure ${CONFIGURE_ARGS} ${ENABLE_IPv6} + cd ${WRKSRC}/rat && ${AUTOCONF} && ./configure ${CONFIGURE_ARGS} --with-tcl=${LOCALBASE} --with-tk=${LOCALBASE} ${ENABLE_IPv6} .include "bsd.port.post.mk" diff --git a/mbone/rat/Makefile b/mbone/rat/Makefile index cd715a63ddc4..3987d8f45e28 100644 --- a/mbone/rat/Makefile +++ b/mbone/rat/Makefile @@ -44,7 +44,7 @@ do-build: .endfor 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} + cd ${WRKSRC}/common && ${AUTOCONF} && ./configure ${CONFIGURE_ARGS} ${ENABLE_IPv6} + cd ${WRKSRC}/rat && ${AUTOCONF} && ./configure ${CONFIGURE_ARGS} --with-tcl=${LOCALBASE} --with-tk=${LOCALBASE} ${ENABLE_IPv6} .include "bsd.port.post.mk" |