aboutsummaryrefslogtreecommitdiff
path: root/audio/jack/Makefile
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2009-05-12 11:28:17 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2009-05-12 11:28:17 +0000
commitf5acd5e4431d7eac212a78481a6a5de841419329 (patch)
tree6988a7a3426abb4ef7fb239fee26be35c8630dfa /audio/jack/Makefile
parent4ae92abd6d9b175764bdfa522d38854c1b150887 (diff)
Notes
Diffstat (limited to 'audio/jack/Makefile')
-rw-r--r--audio/jack/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/jack/Makefile b/audio/jack/Makefile
index 10485caad276..07d99ff2e6ad 100644
--- a/audio/jack/Makefile
+++ b/audio/jack/Makefile
@@ -7,7 +7,7 @@
PORTNAME= jackit
PORTVERSION= 0.116.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= http://jackaudio.org/downloads/
DISTNAME= jack-audio-connection-kit-${PORTVERSION}
@@ -41,8 +41,8 @@ BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen
CONFIGURE_ENV+= ac_cv_prog_HAVE_DOXYGEN="false"
.endif
-.if exists(${LOCALBASE}/lib/libreadline.so.5)
-LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline
+.if exists(${LOCALBASE}/lib/libreadline.so.6)
+LIB_DEPENDS+= readline.6:${PORTSDIR}/devel/readline
.endif
post-patch: