aboutsummaryrefslogtreecommitdiff
path: root/databases/py-leveldb
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-10-01 16:36:24 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-10-01 16:36:24 +0000
commit18d5d83a3d7a2d9e89c963e77f0b892dcae3cc95 (patch)
tree16c6b00f7fa89395b845128310f3e8179c94a972 /databases/py-leveldb
parent9ab273a47ff5325b78683cd149d5b8f7f17c0722 (diff)
downloadports-18d5d83a3d7a2d9e89c963e77f0b892dcae3cc95.tar.gz
ports-18d5d83a3d7a2d9e89c963e77f0b892dcae3cc95.zip
Notes
Diffstat (limited to 'databases/py-leveldb')
-rw-r--r--databases/py-leveldb/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/py-leveldb/Makefile b/databases/py-leveldb/Makefile
index 6934396341b9..87ac8d43f402 100644
--- a/databases/py-leveldb/Makefile
+++ b/databases/py-leveldb/Makefile
@@ -11,7 +11,7 @@ DISTNAME= py-${PORTNAME}-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Thread-safe Python binding for LevelDB
-LIB_DEPENDS= leveldb:${PORTSDIR}/databases/leveldb
+LIB_DEPENDS= libleveldb.so:${PORTSDIR}/databases/leveldb
USE_PYTHON= yes
USE_PYDISTUTILS=yes
@@ -20,7 +20,6 @@ USE_XZ= yes
PLIST_FILES= %%PYTHON_SITELIBDIR%%/leveldb.so
PYDISTUTILS_EGGINFO= ${PORTNAME}-${PORTVERSION:R}-py${PYTHON_VER}.egg-info
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} \
-e 's|setuptools|do_not_use_&|' \