From owner-svn-ports-head@FreeBSD.ORG Fri Apr 26 14:36:06 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 6FA3EBC1; Fri, 26 Apr 2013 14:36:06 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 48E681CF7; Fri, 26 Apr 2013 14:36:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r3QEa5cI011995; Fri, 26 Apr 2013 14:36:05 GMT (envelope-from ak@svn.freebsd.org) Received: (from ak@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r3QEa5AQ011994; Fri, 26 Apr 2013 14:36:05 GMT (envelope-from ak@svn.freebsd.org) Message-Id: <201304261436.r3QEa5AQ011994@svn.freebsd.org> From: Alex Kozlov Date: Fri, 26 Apr 2013 14:36:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r316616 - head/net/opal3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Apr 2013 14:36:06 -0000 Author: ak Date: Fri Apr 26 14:36:05 2013 New Revision: 316616 URL: http://svnweb.freebsd.org/changeset/ports/316616 Log: - Remove bogus variable Approved by: gnome (kwm) Modified: head/net/opal3/Makefile (contents, props changed) Modified: head/net/opal3/Makefile ============================================================================== --- head/net/opal3/Makefile Fri Apr 26 13:50:31 2013 (r316615) +++ head/net/opal3/Makefile Fri Apr 26 14:36:05 2013 (r316616) @@ -25,7 +25,6 @@ USE_BZIP2= yes USE_GMAKE= yes USES= pathfix GNU_CONFIGURE= yes -USE_SLD= yes USE_LDCONFIG= yes #MAKE_JOBS_SAFE= yes