diff options
author | gabor <gabor@FreeBSD.org> | 2011-09-12 21:46:58 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2011-09-12 21:46:58 +0800 |
commit | 62d04d90eca0deab3e6d0c6d2464a4e2e98c2160 (patch) | |
tree | 340d61bcebb3fd474659c01f02a4faf7d643ff6b /audio/fdmf | |
parent | 81a4003af96d6d84755108a8c6319d5bb023bb8e (diff) | |
download | freebsd-ports-gnome-62d04d90eca0deab3e6d0c6d2464a4e2e98c2160.tar.gz freebsd-ports-gnome-62d04d90eca0deab3e6d0c6d2464a4e2e98c2160.tar.zst freebsd-ports-gnome-62d04d90eca0deab3e6d0c6d2464a4e2e98c2160.zip |
- Track dependencies after databases/gdbm update
Diffstat (limited to 'audio/fdmf')
-rw-r--r-- | audio/fdmf/Makefile | 4 |
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 \ |