diff options
author | wg <wg@FreeBSD.org> | 2014-09-09 05:18:05 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2014-09-09 05:18:05 +0800 |
commit | 1909ede41a66827e4de9d868f7108f9349e607b6 (patch) | |
tree | c7ade97184256855df0636b6b771ba754dd85a82 /devel | |
parent | de22b48dfb0f9d785bc032907a7c7bd5d4778bf8 (diff) | |
download | freebsd-ports-gnome-1909ede41a66827e4de9d868f7108f9349e607b6.tar.gz freebsd-ports-gnome-1909ede41a66827e4de9d868f7108f9349e607b6.tar.zst freebsd-ports-gnome-1909ede41a66827e4de9d868f7108f9349e607b6.zip |
devel/py-cffi: fix rpath
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-cffi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-cffi/Makefile b/devel/py-cffi/Makefile index f1f49d434eca..d9b0fc4ec614 100644 --- a/devel/py-cffi/Makefile +++ b/devel/py-cffi/Makefile @@ -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 |