diff options
author | jkim <jkim@FreeBSD.org> | 2013-01-29 08:35:32 +0800 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2013-01-29 08:35:32 +0800 |
commit | 592dff864d5dbf52fd6d7657a493e7219046f510 (patch) | |
tree | 1237d87fa7c34f19bb431060ef80850ad8b99c8b /lang/python27 | |
parent | cde494508661e4fb0959b567debd7763b773c474 (diff) | |
download | freebsd-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/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} |