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 /lang/newlisp | |
parent | science/lammps: Update 8Apr2021 -> 14May2021 (diff) |
*: Remove unnecessary 'port' argument from USES=readline
PR: 248459
Exp-run by: antoine
Diffstat (limited to 'lang/newlisp')
-rw-r--r-- | lang/newlisp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/newlisp/Makefile b/lang/newlisp/Makefile index 959713a67b24..9d8c25be47bf 100644 --- a/lang/newlisp/Makefile +++ b/lang/newlisp/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libffi.so:devel/libffi CONFLICTS= newlisp-devel-[0-9]* -USES= readline:port tar:tgz +USES= readline tar:tgz OPTIONS_SUB= yes HAS_CONFIGURE= yes |