Date: Tue, 9 Feb 2016 09:59:05 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408545 - head/audio/jack Message-ID: <201602090959.u199x5Rc064358@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Tue Feb 9 09:59:05 2016 New Revision: 408545 URL: https://svnweb.freebsd.org/changeset/ports/408545 Log: 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. Modified: head/audio/jack/Makefile Modified: head/audio/jack/Makefile ============================================================================== --- head/audio/jack/Makefile Tue Feb 9 09:50:28 2016 (r408544) +++ head/audio/jack/Makefile Tue Feb 9 09:59:05 2016 (r408545) @@ -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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602090959.u199x5Rc064358>