diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2013-01-29 00:35:32 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2013-01-29 00:35:32 +0000 |
commit | 57945c1ebe6536db7611966ed98053e993ae98b9 (patch) | |
tree | 1237d87fa7c34f19bb431060ef80850ad8b99c8b /lang/python27 | |
parent | f93276336223c226017fc35c5fd60b3bd8009495 (diff) | |
download | ports-57945c1ebe6536db7611966ed98053e993ae98b9.tar.gz ports-57945c1ebe6536db7611966ed98053e993ae98b9.zip |
Notes
Diffstat (limited to 'lang/python27')
-rw-r--r-- | lang/python27/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python27/Makefile b/lang/python27/Makefile index e33da15154f6..fb4b92fc0f43 100644 --- a/lang/python27/Makefile +++ b/lang/python27/Makefile @@ -95,7 +95,7 @@ PLIST_SUB+= THREADS="" CONFIGURE_ARGS+= --with-pth --with-system-ffi EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-configure-pth LIB_DEPENDS+= pth:${PORTSDIR}/devel/pth \ - ffi.5:${PORTSDIR}/devel/libffi + ffi:${PORTSDIR}/devel/libffi _PTH_CPPFLAGS= "-I${LOCALBASE}/include/pth" _PTH_LDFLAGS= "-L${LOCALBASE}/lib/pth" CPPFLAGS:= ${_PTH_CPPFLAGS} ${CPPFLAGS} |