aboutsummaryrefslogtreecommitdiff
path: root/audio/fdmf
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2011-09-12 13:46:58 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2011-09-12 13:46:58 +0000
commit2fc6a06a9bc3abfccb6b93249380619b3228bd4b (patch)
tree2d27e2d009b00b4b01cca37fd29831b8c3017cd2 /audio/fdmf
parentc6beb9cdcd0b88fbda4b01503b7adc4f82eedbf1 (diff)
downloadports-2fc6a06a9bc3abfccb6b93249380619b3228bd4b.tar.gz
ports-2fc6a06a9bc3abfccb6b93249380619b3228bd4b.zip
- Track dependencies after databases/gdbm update
Notes
Notes: svn path=/head/; revision=281668
Diffstat (limited to 'audio/fdmf')
-rw-r--r--audio/fdmf/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/fdmf/Makefile b/audio/fdmf/Makefile
index fe81784c7c7f..8c116c604a64 100644
--- a/audio/fdmf/Makefile
+++ b/audio/fdmf/Makefile
@@ -7,14 +7,14 @@
PORTNAME= fdmf
DISTVERSION= 0.0.9s
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= http://w140.com/audio/ CENKES
MAINTAINER= ports@FreeBSD.org
COMMENT= Find similar music by perceptual hashing
-LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm \
+LIB_DEPENDS= gdbm.4:${PORTSDIR}/databases/gdbm \
plot.4:${PORTSDIR}/graphics/plotutils \
fftw3.5:${PORTSDIR}/math/fftw3
RUN_DEPENDS= mplayer:${PORTSDIR}/multimedia/mplayer \