aboutsummaryrefslogtreecommitdiff
path: root/lang/python32
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2014-08-10 18:36:27 +0000
committerMarcus von Appen <mva@FreeBSD.org>2014-08-10 18:36:27 +0000
commit600af559c2f75c62beae1201d7f558ac4af20774 (patch)
treee456de53cd25acc64c5c2881d2b439c9989df5cb /lang/python32
parent7e870f4606b3fa4102602cbaed848ae699181da5 (diff)
downloadports-600af559c2f75c62beae1201d7f558ac4af20774.tar.gz
ports-600af559c2f75c62beae1201d7f558ac4af20774.zip
- Add USE_OPENSSL, since all lang/python ports build the _ssl module, which
requires a working OpenSSL implementation Phabric: D569 Reviewed by: wg@ With hat: python@
Notes
Notes: svn path=/head/; revision=364557
Diffstat (limited to 'lang/python32')
-rw-r--r--lang/python32/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/python32/Makefile b/lang/python32/Makefile
index 95d8ca3336a0..f97ce815b92d 100644
--- a/lang/python32/Makefile
+++ b/lang/python32/Makefile
@@ -2,7 +2,7 @@
PORTNAME= python32
PORTVERSION= 3.2.5
-PORTREVISION= 10
+PORTREVISION= 11
CATEGORIES= lang python ipv6
MASTER_SITES= PYTHON
MASTER_SITE_SUBDIR= ftp/python/${PORTVERSION}
@@ -15,6 +15,7 @@ COMMENT= Interpreted object-oriented programming language
LICENSE= PSFL
USES= cpe ncurses pkgconfig readline tar:xz
+USE_OPENSSL= yes
USE_LDCONFIG= yes
GNU_CONFIGURE= yes