From eacc468fd260536d613ad74e30b7dfe8c93ca3b7 Mon Sep 17 00:00:00 2001 From: Tilman Keskinoz Date: Mon, 18 Nov 2002 15:51:08 +0000 Subject: Remove USE_AUTOCONF from default build, because it is only need for WITH_IPV6 This will fix the default build until kris and alane decided, what to do with the backed out autoconf patch. PR: ports/45359 Reported by: Dean Hollister --- irc/bitchx/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/irc/bitchx/Makefile b/irc/bitchx/Makefile index 9c511cde6fee..c502e932d336 100644 --- a/irc/bitchx/Makefile +++ b/irc/bitchx/Makefile @@ -30,7 +30,9 @@ LIB_DEPENDS+= xmms.3:${PORTSDIR}/audio/xmms WRKSRC= ${WRKDIR}/BitchX USE_PERL5= yes USE_REINPLACE= yes +.if defined(WITH_IPV6) USE_AUTOCONF_VER=253 +.endif GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_TARGET= -- cgit v1.2.3