aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python27
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2013-01-29 08:35:32 +0800
committerjkim <jkim@FreeBSD.org>2013-01-29 08:35:32 +0800
commit592dff864d5dbf52fd6d7657a493e7219046f510 (patch)
tree1237d87fa7c34f19bb431060ef80850ad8b99c8b /lang/python27
parentcde494508661e4fb0959b567debd7763b773c474 (diff)
downloadfreebsd-ports-gnome-592dff864d5dbf52fd6d7657a493e7219046f510.tar.gz
freebsd-ports-gnome-592dff864d5dbf52fd6d7657a493e7219046f510.tar.zst
freebsd-ports-gnome-592dff864d5dbf52fd6d7657a493e7219046f510.zip
- Update devel/libffi to 3.0.11.
- Reset maintainership for libffi. See ports/164941. PR: ports/171768 Submitted by: Takefu <takefu@airport.fm>
Diffstat (limited to 'lang/python27')
-rw-r--r--lang/python27/Makefile2
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}