summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lang/python26/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/python26/Makefile b/lang/python26/Makefile
index 963191f3d7d7..e5a4fec93acb 100644
--- a/lang/python26/Makefile
+++ b/lang/python26/Makefile
@@ -12,12 +12,15 @@ DISTFILES= ${PYTHON_DISTFILE}
MAINTAINER= python@FreeBSD.org
COMMENT= Interpreted object-oriented programming language
+LIB_DEPENDS= libffi.so:${PORTSDIR}/devel/libffi
+
DEPRECATED= Python 2.6 is now end-of-life, please migrate to lang/python27
EXPIRATION_DATE=2014-01-01
DIST_SUBDIR= python
GNU_CONFIGURE= yes
CONFIGURE_SCRIPT= ../configure # must be relative
+CONFIGURE_ARGS= --with-system-ffi
CONFIGURE_ENV= SVNVERSION="echo freebsd" ac_cv_opt_olimit_ok=no
MAKE_ENV= VPATH="${PYTHON_WRKSRC}"
INSTALL_TARGET= altinstall