diff options
Diffstat (limited to '')
-rw-r--r-- | lang/python33/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/python33/Makefile b/lang/python33/Makefile index 85e48a442311..0df4b515a7ba 100644 --- a/lang/python33/Makefile +++ b/lang/python33/Makefile @@ -2,7 +2,7 @@ PORTNAME= python33 PORTVERSION= 3.3.5 -PORTREVISION= 2 +PORTREVISION= 3 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 |