--- Makefile.orig 2014-11-28 21:48:53.473435809 +0100 +++ Makefile 2014-11-28 21:48:18.637055623 +0100 @@ -1,8 +1,8 @@ -# $FreeBSD$ +# $FreeBSD: head/lang/python27/Makefile 372138 2014-11-04 09:14:21Z demon $ PORTNAME= python27 PORTVERSION= 2.7.8 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= lang python ipv6 MASTER_SITES= PYTHON MASTER_SITE_SUBDIR= ftp/python/${PORTVERSION} @@ -101,6 +101,10 @@ PLIST_SUB+= NO_NIS="" .endif +.if ${WITH_OPENSSL_PORT} +CONFIGURE_ARGS+= CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib +.endif + post-patch: @${REINPLACE_CMD} -e \ 's,/usr/doc/python-docs-,${PREFIX}/share/doc/python,g' \