diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-05-11 15:12:06 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-05-11 15:12:06 +0000 |
commit | 2212408e6921e0d00a9d38c85c71feb4957a7bc3 (patch) | |
tree | 869b3f75a9d45c170b75fcadb287834b56f72181 /audio/libofa/Makefile | |
parent | - Update to 3.1.1 (diff) |
- Chase fftw3 libver bump
Diffstat (limited to '')
-rw-r--r-- | audio/libofa/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/libofa/Makefile b/audio/libofa/Makefile index d77bdb0cc739..326ab4fb52fd 100644 --- a/audio/libofa/Makefile +++ b/audio/libofa/Makefile @@ -7,13 +7,14 @@ PORTNAME= libofa PORTVERSION= 0.9.1 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://www.musicdns.org/themes/musicdns_org/downloads/ MAINTAINER= alex@foxybanana.com COMMENT= The Open Fingerprint Architecture Library -LIB_DEPENDS= fftw3.3:${PORTSDIR}/math/fftw3 \ +LIB_DEPENDS= fftw3.4:${PORTSDIR}/math/fftw3 \ expat.6:${PORTSDIR}/textproc/expat2 \ curl.3:${PORTSDIR}/ftp/curl |