Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Dec 2012 02:18:00 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r309054 - head/net/ipsumdump
Message-ID:  <201212170218.qBH2I0oS097247@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Dec 17 02:18:00 2012
New Revision: 309054
URL: http://svnweb.freebsd.org/changeset/ports/309054

Log:
  Remove line left from conversion

Modified:
  head/net/ipsumdump/Makefile

Modified: head/net/ipsumdump/Makefile
==============================================================================
--- head/net/ipsumdump/Makefile	Mon Dec 17 02:15:13 2012	(r309053)
+++ head/net/ipsumdump/Makefile	Mon Dec 17 02:18:00 2012	(r309054)
@@ -24,7 +24,6 @@ OPTIONS_DEFINE=	IPV6 DOCS
 .include  <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MIPV6}
-.if defined(WITH_IPV6)
 CONFIGURE_ARGS+=--enable-ipv6
 PLIST_SUB+=	IPV6=""
 .else



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212170218.qBH2I0oS097247>