summaryrefslogtreecommitdiff
path: root/lang/newlisp
diff options
context:
space:
mode:
authorYasuhiro Kimura <yasu@utahime.org>2021-05-15 08:50:22 +0200
committerTobias Kortkamp <tobik@FreeBSD.org>2021-05-15 09:14:04 +0200
commit9671981826f7ef8b1e7fb0a430ee24d4a1f0acf2 (patch)
treefe4be6c86d5ebad1e08ad79d5ed6ba427147cd8e /lang/newlisp
parentscience/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/Makefile2
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