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/python27 | |
parent | science/lammps: Update 8Apr2021 -> 14May2021 (diff) |
*: Remove unnecessary 'port' argument from USES=readline
PR: 248459
Exp-run by: antoine
Diffstat (limited to 'lang/python27')
-rw-r--r-- | lang/python27/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python27/Makefile b/lang/python27/Makefile index a492ba198698..26465776d71c 100644 --- a/lang/python27/Makefile +++ b/lang/python27/Makefile @@ -15,7 +15,7 @@ LICENSE= PSFL DEPRECATED= EOLed upstream EXPIRATION_DATE= 2020-12-31 -USES= cpe ncurses pathfix pkgconfig readline:port shebangfix ssl tar:xz +USES= cpe ncurses pathfix pkgconfig readline shebangfix ssl tar:xz PATHFIX_MAKEFILEIN= Makefile.pre.in USE_LDCONFIG= yes GNU_CONFIGURE= yes |