diff options
author | Yasuhiro Kimura <yasu@utahime.org> | 2021-05-15 06:50:22 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2021-05-15 07:14:04 +0000 |
commit | 9671981826f7ef8b1e7fb0a430ee24d4a1f0acf2 (patch) | |
tree | fe4be6c86d5ebad1e08ad79d5ed6ba427147cd8e /math/libqalculate | |
parent | 4032ece1e981d7f4f214aeebb25dfcf22a625d2b (diff) |
*: Remove unnecessary 'port' argument from USES=readline
PR: 248459
Exp-run by: antoine
Diffstat (limited to 'math/libqalculate')
-rw-r--r-- | math/libqalculate/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/libqalculate/Makefile b/math/libqalculate/Makefile index a160134d1beb..5e1c5094c96e 100644 --- a/math/libqalculate/Makefile +++ b/math/libqalculate/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= libicuuc.so:devel/icu \ libmpfr.so:math/mpfr USES= compiler:c++14-lang gettext gmake gnome iconv libtool \ - localbase ncurses pathfix pkgconfig readline:port + localbase ncurses pathfix pkgconfig readline USE_GNOME= intltool libxml2 USE_LDCONFIG= yes |