aboutsummaryrefslogtreecommitdiff
path: root/lang/python27/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-04-16 11:08:25 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-04-16 11:08:25 +0000
commita9fa3bf2aee062467b95524aa7e28f10181d6df4 (patch)
treeb04b1d3a9fca21aced772aec3727cbec46f69ee2 /lang/python27/Makefile
parent041eb0a4d0fdb5caa658380cfc87ae30b7aa15e9 (diff)
Notes
Diffstat (limited to 'lang/python27/Makefile')
-rw-r--r--lang/python27/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/lang/python27/Makefile b/lang/python27/Makefile
index e1293eae2a1d..8fd63e334137 100644
--- a/lang/python27/Makefile
+++ b/lang/python27/Makefile
@@ -13,6 +13,8 @@ COMMENT= Interpreted object-oriented programming language
LICENSE= PSFL
+BROKEN_SSL= openssl-devel
+
USES= cpe ncurses pathfix pkgconfig readline ssl tar:xz shebangfix
PATHFIX_MAKEFILEIN= Makefile.pre.in
USE_LDCONFIG= yes
@@ -135,10 +137,4 @@ post-install:
for i in ${STAGEDIR}${PREFIX}/lib/python2.7/lib-dynload/*.so; do \
${STRIP_CMD} $$i; done # Strip shared extensions
-.include <bsd.port.pre.mk>
-
-.if ${SSL_DEFAULT:Mopenssl-devel}
-BROKEN= Does not build with openssl-devel
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>