Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Feb 2016 16:43:33 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r408578 - branches/2016Q1/audio/jack
Message-ID:  <201602091643.u19GhXik085546@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602091643.u19GhXik085546>