diff options
| author | Wen Heping <wen@FreeBSD.org> | 2016-07-03 00:10:42 +0000 |
|---|---|---|
| committer | Wen Heping <wen@FreeBSD.org> | 2016-07-03 00:10:42 +0000 |
| commit | 427fad8f42c93d25a85ac98021c4d84f418aa413 (patch) | |
| tree | 20e7c0ea278774dc2d9fe0f859e69cf61dc3aca1 /lang/python27/Makefile | |
| parent | 2cb4f8c1bf0bf6c87f070c5612307e1b4c9899ae (diff) | |
Notes
Diffstat (limited to 'lang/python27/Makefile')
| -rw-r--r-- | lang/python27/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lang/python27/Makefile b/lang/python27/Makefile index 2167013870f5..76fa9e6ca380 100644 --- a/lang/python27/Makefile +++ b/lang/python27/Makefile @@ -2,7 +2,6 @@ PORTNAME= python27 PORTVERSION= ${PYTHON_PORTVERSION} -PORTREVISION= 3 CATEGORIES= lang python ipv6 MASTER_SITES= PYTHON/ftp/python/${PORTVERSION} DISTNAME= Python-${PORTVERSION} @@ -13,14 +12,12 @@ COMMENT= Interpreted object-oriented programming language LICENSE= PSFL -USES= cpe ncurses pkgconfig readline tar:xz +USES= cpe ncurses pkgconfig readline ssl tar:xz USE_LDCONFIG= yes -USE_OPENSSL= yes GNU_CONFIGURE= yes CPE_VENDOR= python CPE_PRODUCT= ${CPE_VENDOR} -CPE_VERSION= ${PORTVERSION} CONFIGURE_ARGS+= --enable-shared CONFIGURE_ENV+= ac_cv_opt_olimit_ok=no OPT="" # Null out OPT to respect user CFLAGS and remove optimizations |
