aboutsummaryrefslogtreecommitdiff
path: root/audio/jack
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-02-09 09:59:05 +0000
committerJohn Marino <marino@FreeBSD.org>2016-02-09 09:59:05 +0000
commit49ea3348661a30d2fb5b098470e21b96674686b9 (patch)
tree34d18c9d0939788223fbdc8928f05017a7c932fc /audio/jack
parente21504d80a35649d02e6c7e45e5c512395b6a5c3 (diff)
downloadports-49ea3348661a30d2fb5b098470e21b96674686b9.tar.gz
ports-49ea3348661a30d2fb5b098470e21b96674686b9.zip
audio/jack: properly specify readline dep (detected by Synth)
No portrevision bump necessary as this change does not alter the package contents. It just fixes the deps specification.
Notes
Notes: svn path=/head/; revision=408545
Diffstat (limited to 'audio/jack')
-rw-r--r--audio/jack/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/jack/Makefile b/audio/jack/Makefile
index 618528db574b..04bbc5947d4e 100644
--- a/audio/jack/Makefile
+++ b/audio/jack/Makefile
@@ -39,7 +39,7 @@ OPTIONS_SUB= yes
ALSA_LIB_DEPENDS= libasound.so:${PORTSDIR}/audio/alsa-lib
ALSA_CONFIGURE_ENABLE= alsa
-READLINE_LIB_DEPENDS= libreadline.so:${PORTSDIR}/devel/readline
+READLINE_USES= readline
DOXYGEN_BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen
DOXYGEN_CONFIGURE_ENV_OFF= ac_cv_prog_HAVE_DOXYGEN="false"