svn commit: r408578 - branches/2016Q1/audio/jack

Mark Felder feld at FreeBSD.org
Tue Feb 9 16:43:34 UTC 2016


Author: feld
Date: Tue Feb  9 16:43:33 2016
New Revision: 408578
URL: https://svnweb.freebsd.org/changeset/ports/408578

Log:
  MFH: r408545
  
  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.
  
  Approved by:	ports-secteam (with hat)

Modified:
  branches/2016Q1/audio/jack/Makefile
Directory Properties:
  branches/2016Q1/   (props changed)

Modified: branches/2016Q1/audio/jack/Makefile
==============================================================================
--- branches/2016Q1/audio/jack/Makefile	Tue Feb  9 16:10:28 2016	(r408577)
+++ branches/2016Q1/audio/jack/Makefile	Tue Feb  9 16:43:33 2016	(r408578)
@@ -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-branches mailing list