svn commit: r443475 - head/audio/ardour5

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jun 12 22:25:17 UTC 2017


Author: sunpoet
Date: Mon Jun 12 22:25:15 2017
New Revision: 443475
URL: https://svnweb.freebsd.org/changeset/ports/443475

Log:
  Use USES=readline:port
  
  Approved by:	portmgr (blanket)

Modified:
  head/audio/ardour5/Makefile

Modified: head/audio/ardour5/Makefile
==============================================================================
--- head/audio/ardour5/Makefile	Mon Jun 12 22:21:42 2017	(r443474)
+++ head/audio/ardour5/Makefile	Mon Jun 12 22:25:15 2017	(r443475)
@@ -36,11 +36,10 @@ LIB_DEPENDS=	libserd-0.so:devel/serd \
 		libfftw3f.so:math/fftw3-float \
 		libcurl.so:ftp/curl \
 		libogg.so:audio/libogg \
-		libFLAC.so:audio/flac \
-		libreadline.so:devel/readline
+		libFLAC.so:audio/flac
 
 USES=		compiler:c++11-lang desktop-file-utils gettext libarchive \
-		pkgconfig python:build readline tar:bzip2 waf
+		pkgconfig python:build readline:port tar:bzip2 waf
 USE_CXXSTD=	c++11
 USE_XORG=	x11
 USE_GNOME=	atk cairo cairomm gdkpixbuf2 glib20 glibmm gtk20 gtkmm24 pango


More information about the svn-ports-head mailing list