Date: Mon, 8 Sep 2014 21:18:06 +0000 (UTC) From: William Grzybowski <wg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367703 - head/devel/py-cffi Message-ID: <201409082118.s88LI6iT000939@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wg Date: Mon Sep 8 21:18:05 2014 New Revision: 367703 URL: http://svnweb.freebsd.org/changeset/ports/367703 QAT: https://qat.redports.org/buildarchive/r367703/ Log: devel/py-cffi: fix rpath Modified: head/devel/py-cffi/Makefile Modified: head/devel/py-cffi/Makefile ============================================================================== --- head/devel/py-cffi/Makefile Mon Sep 8 21:01:46 2014 (r367702) +++ head/devel/py-cffi/Makefile Mon Sep 8 21:18:05 2014 (r367703) @@ -3,7 +3,7 @@ PORTNAME= cffi PORTVERSION= 0.8.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libffi.so:${PORTSDIR}/devel/libffi RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycparser>=2.10:${PORTSDIR}/devel/py-pycparser -CFLAGS+= -I${LOCALBASE}/include -Wl,-rpath,${LOCALBASE} +CFLAGS+= -I${LOCALBASE}/include -Wl,-rpath,${LOCALBASE}/lib LDFLAGS+= -L${LOCALBASE}/lib USES= python
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409082118.s88LI6iT000939>