diff options
| author | Kubilay Kocak <koobs@FreeBSD.org> | 2013-12-08 07:13:01 +0000 |
|---|---|---|
| committer | Kubilay Kocak <koobs@FreeBSD.org> | 2013-12-08 07:13:01 +0000 |
| commit | ac09e891f7c77c44bebb613d1678a3e4a7df347c (patch) | |
| tree | 0fbc3ba46a89a5def03c19d66361a736f605df05 /lang/python26/Makefile | |
| parent | d536d1d88b8a10edd67366a4f34510a67d906962 (diff) | |
Notes
Diffstat (limited to 'lang/python26/Makefile')
| -rw-r--r-- | lang/python26/Makefile | 3 |
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 |
