Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Dec 2015 16:31:19 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r404131 - branches/2015Q4/audio/fdmf
Message-ID:  <201512211631.tBLGVJwE016523@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Mon Dec 21 16:31:19 2015
New Revision: 404131
URL: https://svnweb.freebsd.org/changeset/ports/404131

Log:
  MFH: r404097
  
  Make graphics/plotutils a runtime dependency.
  
  This port does not link against libplot.so at all; it just invokes the
  `spline' program at runtime.
  
  Approved by:	portmgr blanket

Modified:
  branches/2015Q4/audio/fdmf/Makefile
Directory Properties:
  branches/2015Q4/   (props changed)

Modified: branches/2015Q4/audio/fdmf/Makefile
==============================================================================
--- branches/2015Q4/audio/fdmf/Makefile	Mon Dec 21 16:30:15 2015	(r404130)
+++ branches/2015Q4/audio/fdmf/Makefile	Mon Dec 21 16:31:19 2015	(r404131)
@@ -3,7 +3,7 @@
 
 PORTNAME=	fdmf
 DISTVERSION=	0.0.9s
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	audio
 MASTER_SITES=	http://w140.com/audio/
 
@@ -13,12 +13,12 @@ COMMENT=	Find similar music by perceptua
 LICENSE=	GPLv2
 
 LIB_DEPENDS=	libgdbm.so:${PORTSDIR}/databases/gdbm \
-		libplot.so:${PORTSDIR}/graphics/plotutils \
 		libfftw3.so:${PORTSDIR}/math/fftw3
 RUN_DEPENDS=	mplayer:${PORTSDIR}/multimedia/mplayer \
 		mpg123:${PORTSDIR}/audio/mpg123 \
 		ogg123:${PORTSDIR}/audio/vorbis-tools \
-		p5-GDBM>=0:${PORTSDIR}/databases/p5-GDBM
+		p5-GDBM>=0:${PORTSDIR}/databases/p5-GDBM \
+		spline:${PORTSDIR}/graphics/plotutils
 
 USES=		perl5 shebangfix
 SHEBANG_FILES=	${SCRS}



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