From owner-svn-ports-head@FreeBSD.ORG Sun Feb 16 19:09:18 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 C9DE0C47; Sun, 16 Feb 2014 19:09:18 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B2BF51631; Sun, 16 Feb 2014 19:09:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1GJ9IIs092220; Sun, 16 Feb 2014 19:09:18 GMT (envelope-from danilo@svn.freebsd.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1GJ9Ibt092219; Sun, 16 Feb 2014 19:09:18 GMT (envelope-from danilo@svn.freebsd.org) Message-Id: <201402161909.s1GJ9Ibt092219@svn.freebsd.org> From: Danilo Egea Gondolfo Date: Sun, 16 Feb 2014 19:09:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344623 - head/math/abakus 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.17 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: Sun, 16 Feb 2014 19:09:18 -0000 Author: danilo Date: Sun Feb 16 19:09:18 2014 New Revision: 344623 URL: http://svnweb.freebsd.org/changeset/ports/344623 QAT: https://qat.redports.org/buildarchive/r344623/ Log: - Add stage support - Convert LIB_DEPENDS to new syntax Modified: head/math/abakus/Makefile Modified: head/math/abakus/Makefile ============================================================================== --- head/math/abakus/Makefile Sun Feb 16 19:02:53 2014 (r344622) +++ head/math/abakus/Makefile Sun Feb 16 19:09:18 2014 (r344623) @@ -11,8 +11,8 @@ COMMENT= Simple KDE Calculator LICENSE= GPLv2 -BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex -LIB_DEPENDS= mpfr:${PORTSDIR}/math/mpfr +BUILD_DEPENDS= flex:${PORTSDIR}/textproc/flex +LIB_DEPENDS= libmpfr.so:${PORTSDIR}/math/mpfr USE_BZIP2= yes USE_KDE4= automoc4 kdehier kdelibs kdeprefix @@ -24,5 +24,4 @@ CMAKE_ARGS= -DCMAKE_REQUIRED_INCLUDES:ST LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes .include