diff options
| author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-02-22 19:50:54 +0000 |
|---|---|---|
| committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-02-22 19:50:54 +0000 |
| commit | 9b4c6eb3789fd481da2950c5d0c586533df4f86c (patch) | |
| tree | 7d520303c9f6c5229a60f15a5ea8da803a01c170 /lang/python27 | |
| parent | d59f0a16813479408314a197d246a4832ae5fd04 (diff) | |
Notes
Diffstat (limited to 'lang/python27')
| -rw-r--r-- | lang/python27/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/python27/Makefile b/lang/python27/Makefile index 1802c1053c1c..a97b9c6f3747 100644 --- a/lang/python27/Makefile +++ b/lang/python27/Makefile @@ -17,7 +17,9 @@ LICENSE= PSFL USES= cpe ncurses pathfix pkgconfig readline:port shebangfix ssl tar:xz PATHFIX_MAKEFILEIN= Makefile.pre.in USE_LDCONFIG= yes +CFLAGS+= -I${OPENSSLINC} GNU_CONFIGURE= yes +LIBS+= -L${OPENSSLLIB} python_CMD= ${PREFIX}/bin/python${PYTHON_PORTVERSION:R} SHEBANG_FILES= Lib/lib2to3/pgen2/*.py Lib/lib2to3/tests/*.py Lib/lib2to3/tests/data/*.py \ Lib/idlelib/*.py Lib/encodings/*.py Lib/test/*.py Lib/UserString.py \ |
