svn commit: r344623 - head/math/abakus

Danilo Egea Gondolfo danilo at FreeBSD.org
Sun Feb 16 19:09:18 UTC 2014


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>


More information about the svn-ports-all mailing list