diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2002-11-18 15:51:08 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2002-11-18 15:51:08 +0000 |
commit | eacc468fd260536d613ad74e30b7dfe8c93ca3b7 (patch) | |
tree | 561842996d5765c3729c072f073e6bfbdee1ee3d /irc | |
parent | c41b2d373132591078f14c3678085334b84450ed (diff) |
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 <dean@odyssey.apana.org.au>
Notes
Notes:
svn path=/head/; revision=70413
Diffstat (limited to 'irc')
-rw-r--r-- | irc/bitchx/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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= |