mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
devel/py-lxml: fix ld path for etree
This commit is contained in:
parent
6e79304fb5
commit
db175077f3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=351334
@ -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= *
|
||||
|
Loading…
Reference in New Issue
Block a user