diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-06-12 22:25:15 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-06-12 22:25:15 +0000 |
commit | 22d1a58e35c68d30fc331036ed28e9d7726bfbd2 (patch) | |
tree | 7026a8401b0fdb4b7f39ea29c69f17c437274acc /audio | |
parent | Attempt to fix build when WRKDIRPREFIX is defined by the user. (diff) |
Use USES=readline:port
Approved by: portmgr (blanket)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/ardour5/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/ardour5/Makefile b/audio/ardour5/Makefile index 5eaec164b38e..0c128b8d33d3 100644 --- a/audio/ardour5/Makefile +++ b/audio/ardour5/Makefile @@ -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 |