From owner-svn-ports-head@FreeBSD.ORG Mon Jun 9 23:47:30 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3C48CE2E; Mon, 9 Jun 2014 23:47:30 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2A6BA2F7F; Mon, 9 Jun 2014 23:47:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s59NlUNB008800; Mon, 9 Jun 2014 23:47:30 GMT (envelope-from jkim@svn.freebsd.org) Received: (from jkim@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s59NlUfa008799; Mon, 9 Jun 2014 23:47:30 GMT (envelope-from jkim@svn.freebsd.org) Message-Id: <201406092347.s59NlUfa008799@svn.freebsd.org> From: Jung-uk Kim Date: Mon, 9 Jun 2014 23:47:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357229 - head/java/sablevm 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.18 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: Mon, 09 Jun 2014 23:47:30 -0000 Author: jkim Date: Mon Jun 9 23:47:29 2014 New Revision: 357229 URL: http://svnweb.freebsd.org/changeset/ports/357229 QAT: https://qat.redports.org/buildarchive/r357229/ Log: Use new LIB_DEPENDS format. Remove unnecessary NO_STAGE. Modified: head/java/sablevm/Makefile Modified: head/java/sablevm/Makefile ============================================================================== --- head/java/sablevm/Makefile Mon Jun 9 23:46:44 2014 (r357228) +++ head/java/sablevm/Makefile Mon Jun 9 23:47:29 2014 (r357229) @@ -11,8 +11,8 @@ COMMENT= Java VM created by McGill Unive LICENSE= LGPL21 -LIB_DEPENDS= popt:${PORTSDIR}/devel/popt \ - ffi:${PORTSDIR}/devel/libffi +LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt \ + libffi.so:${PORTSDIR}/devel/libffi RUN_DEPENDS= fastjar:${PORTSDIR}/archivers/fastjar GNU_CONFIGURE= yes @@ -29,7 +29,6 @@ OPTIONS_DEFAULT=MAN SVMCP MAN_DESC= Build and install man pages SVMCP_DESC= Install SableVM classpath -NO_STAGE= yes .include .if ${PORT_OPTIONS:MMAN}