diff options
author | marino <marino@FreeBSD.org> | 2016-02-09 17:59:05 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-02-09 17:59:05 +0800 |
commit | debe379eb4112d1d4ab11ad16c3741afe4160097 (patch) | |
tree | 34d18c9d0939788223fbdc8928f05017a7c932fc /audio | |
parent | bfef732f6452fb9c6bb6044e69475abd1bf06653 (diff) | |
download | freebsd-ports-gnome-debe379eb4112d1d4ab11ad16c3741afe4160097.tar.gz freebsd-ports-gnome-debe379eb4112d1d4ab11ad16c3741afe4160097.tar.zst freebsd-ports-gnome-debe379eb4112d1d4ab11ad16c3741afe4160097.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.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/jack/Makefile | 2 |
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" |