aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2015-12-21 16:31:19 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2015-12-21 16:31:19 +0000
commit92aa70334ba8766ca8db21e2903703cad267540d (patch)
tree11aea38ed8305e2f6663f66271af5ffa6ee03ff7
parent8af773b4a09593d99e73f965afe772a99bd6e963 (diff)
downloadports-92aa70334ba8766ca8db21e2903703cad267540d.tar.gz
ports-92aa70334ba8766ca8db21e2903703cad267540d.zip
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
Notes
Notes: svn path=/branches/2015Q4/; revision=404131
-rw-r--r--audio/fdmf/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/fdmf/Makefile b/audio/fdmf/Makefile
index 17c877f49d6d..b92f9873dff6 100644
--- a/audio/fdmf/Makefile
+++ b/audio/fdmf/Makefile
@@ -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 perceptual hashing
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}