svn commit: r408545 - head/audio/jack

John Marino marino at FreeBSD.org
Tue Feb 9 09:59:06 UTC 2016


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"


More information about the svn-ports-all mailing list