aboutsummaryrefslogtreecommitdiff
path: root/databases/py-leveldb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/py-leveldb/Makefile')
-rw-r--r--databases/py-leveldb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/py-leveldb/Makefile b/databases/py-leveldb/Makefile
index d2eb833a8cec..25e733704984 100644
--- a/databases/py-leveldb/Makefile
+++ b/databases/py-leveldb/Makefile
@@ -25,6 +25,6 @@ post-patch:
@${REINPLACE_CMD} \
-e "s|^\(extra_compile_args = \).*$$|\1\['-I${LOCALBASE}/include'\]|" \
-e "s|^\(extra_link_args = \).*$$|\1\['-L${LOCALBASE}/lib', '-lleveldb'\]|" \
- ${WRKSRC}/${PYSETUP}
+ ${WRKSRC}/setup.py
.include <bsd.port.mk>