diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-10-13 23:02:28 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-10-13 23:02:28 +0000 |
commit | 75bc919f3d02509aa6122e84d1d7a4814e2ba0bf (patch) | |
tree | a14bd43167c27c6980eae544463aa727f5afcced /lang/python39 | |
parent | 2af67e7ff049835b7f0a59789f85fe9bd85cb073 (diff) | |
download | ports-75bc919f3d02509aa6122e84d1d7a4814e2ba0bf.tar.gz ports-75bc919f3d02509aa6122e84d1d7a4814e2ba0bf.zip |
Notes
Diffstat (limited to 'lang/python39')
-rw-r--r-- | lang/python39/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/python39/Makefile b/lang/python39/Makefile index 53fb18ba0267..9ce6ef92d793 100644 --- a/lang/python39/Makefile +++ b/lang/python39/Makefile @@ -14,7 +14,8 @@ COMMENT= Interpreted object-oriented programming language LICENSE= PSFL -USES= cpe ncurses pathfix pkgconfig readline:port shebangfix ssl tar:xz +USES= compiler:c11 cpe ncurses pathfix pkgconfig readline:port \ + shebangfix ssl tar:xz PATHFIX_MAKEFILEIN= Makefile.pre.in USE_LDCONFIG= yes GNU_CONFIGURE= yes |