Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Feb 2014 19:09:18 +0000 (UTC)
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r344623 - head/math/abakus
Message-ID:  <201402161909.s1GJ9Ibt092219@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>



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