diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2009-01-23 15:43:14 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2009-01-23 15:43:14 +0000 |
commit | c189a6b2da9cbee7ff927b553a75d1280f12253e (patch) | |
tree | eab313d2cb66a1c1bedfa134756b2754c49555fd /audio/libofa | |
parent | decc454be4c8a3fc37cf46bb14d1b2da283dc47c (diff) | |
download | ports-c189a6b2da9cbee7ff927b553a75d1280f12253e.tar.gz ports-c189a6b2da9cbee7ff927b553a75d1280f12253e.zip |
Notes
Diffstat (limited to 'audio/libofa')
-rw-r--r-- | audio/libofa/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/libofa/Makefile b/audio/libofa/Makefile index cc0fb7ff50f6..10c7e0672770 100644 --- a/audio/libofa/Makefile +++ b/audio/libofa/Makefile @@ -7,7 +7,7 @@ PORTNAME= libofa PORTVERSION= 0.9.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://www.musicdns.org/files/ @@ -16,7 +16,7 @@ COMMENT= The Open Fingerprint Architecture Library LIB_DEPENDS= fftw3.4:${PORTSDIR}/math/fftw3 \ expat.6:${PORTSDIR}/textproc/expat2 \ - curl.4:${PORTSDIR}/ftp/curl + curl.5:${PORTSDIR}/ftp/curl USE_AUTOTOOLS= libtool:15 USE_GNOME= pkgconfig |