diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2006-12-13 12:41:35 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2006-12-13 12:41:35 +0000 |
commit | 64e068d25c1370f67d2f0d779ac1719f9bc5d137 (patch) | |
tree | e8e79d2b112a29862848aa733e4b3f9387c78d2e /audio/libofa | |
parent | 68ee2dd59c7dc7173d1688b825cc1c5a70f097c1 (diff) | |
download | ports-64e068d25c1370f67d2f0d779ac1719f9bc5d137.tar.gz ports-64e068d25c1370f67d2f0d779ac1719f9bc5d137.zip |
Notes
Diffstat (limited to 'audio/libofa')
-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 0e5dc15b78b7..5543abe4a1cf 100644 --- a/audio/libofa/Makefile +++ b/audio/libofa/Makefile @@ -7,6 +7,7 @@ PORTNAME= libofa PORTVERSION= 0.9.3 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://www.musicdns.org/files/ @@ -15,7 +16,7 @@ COMMENT= The Open Fingerprint Architecture Library LIB_DEPENDS= fftw3.4:${PORTSDIR}/math/fftw3 \ expat.6:${PORTSDIR}/textproc/expat2 \ - curl.3:${PORTSDIR}/ftp/curl + curl.4:${PORTSDIR}/ftp/curl USE_GNOME= pkgconfig GNU_CONFIGURE= yes |