diff options
author | Yasuhiro Kimura <yasu@utahime.org> | 2021-05-15 08:50:22 +0200 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2021-05-15 09:14:04 +0200 |
commit | 9671981826f7ef8b1e7fb0a430ee24d4a1f0acf2 (patch) | |
tree | fe4be6c86d5ebad1e08ad79d5ed6ba427147cd8e /audio/ardour6 | |
parent | science/lammps: Update 8Apr2021 -> 14May2021 (diff) |
*: Remove unnecessary 'port' argument from USES=readline
PR: 248459
Exp-run by: antoine
Diffstat (limited to 'audio/ardour6')
-rw-r--r-- | audio/ardour6/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/ardour6/Makefile b/audio/ardour6/Makefile index fdce24c7b399..7b79edd21da5 100644 --- a/audio/ardour6/Makefile +++ b/audio/ardour6/Makefile @@ -43,7 +43,7 @@ LIB_DEPENDS= libserd-0.so:devel/serd \ libwebsockets.so:net/libwebsockets USES= compiler:c++11-lang desktop-file-utils gettext gnome \ - libarchive pkgconfig python:3.7,build readline:port tar:bzip2 \ + libarchive pkgconfig python:3.7,build readline tar:bzip2 \ waf xorg USE_CXXSTD= c++11 USE_XORG= x11 |