diff options
author | wg <wg@FreeBSD.org> | 2014-04-15 22:13:34 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2014-04-15 22:13:34 +0800 |
commit | 48b7b4796e7bff9af1e881c173fdf4cdfbe6af9c (patch) | |
tree | 0966cda5f3479b2a40fe08bcc8c0ae9055bdafc7 /devel | |
parent | 2ad3a11b50a9d1284a64a48c37380266496b39aa (diff) | |
download | freebsd-ports-gnome-48b7b4796e7bff9af1e881c173fdf4cdfbe6af9c.tar.gz freebsd-ports-gnome-48b7b4796e7bff9af1e881c173fdf4cdfbe6af9c.tar.zst freebsd-ports-gnome-48b7b4796e7bff9af1e881c173fdf4cdfbe6af9c.zip |
devel/py-lxml: fix ld path for etree
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-lxml/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/py-lxml/Makefile b/devel/py-lxml/Makefile index b4e25436ad01..5e21d2825e19 100644 --- a/devel/py-lxml/Makefile +++ b/devel/py-lxml/Makefile @@ -3,6 +3,7 @@ PORTNAME= lxml PORTVERSION= 3.2.5 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,6 +20,8 @@ USE_PYTHON= yes USE_PYDISTUTILS=yes PYDISTUTILS_AUTOPLIST= yes +LDFLAGS+= -Wl,-rpath=${LOCALBASE}/lib + DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} DOCS_FILES= CHANGES.txt CREDITS.txt TODO.txt README.rst PORTDOCS= * |