aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2013-10-02 00:36:24 +0800
committersunpoet <sunpoet@FreeBSD.org>2013-10-02 00:36:24 +0800
commitcaeb605a083c535efcf29536cc4c862f556ba75e (patch)
tree16c6b00f7fa89395b845128310f3e8179c94a972 /databases
parentef3fde868ef19f0a9f9e12b04ed460561ae2a5fd (diff)
downloadfreebsd-ports-gnome-caeb605a083c535efcf29536cc4c862f556ba75e.tar.gz
freebsd-ports-gnome-caeb605a083c535efcf29536cc4c862f556ba75e.tar.zst
freebsd-ports-gnome-caeb605a083c535efcf29536cc4c862f556ba75e.zip
- Convert to new LIB_DEPENDS format
- Support STAGEDIR
Diffstat (limited to 'databases')
-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_&|' \