summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorkamil <kamil>2016-03-28 15:15:55 +0000
committerkamil <kamil>2016-03-28 15:15:55 +0000
commitb2c8188ada3648ba7ddd0b65b519e94e8e92ec4c (patch)
tree12a887a2b927faf82e0b3b2fb0f16b059d76455a /devel
parentb4a2ec57d3e6cb58cb2351704f240ef9176c708e (diff)
downloadpkgsrc-b2c8188ada3648ba7ddd0b65b519e94e8e92ec4c.tar.gz
Prefer inclusion of python/extension.mk over PLIST_SUBST+= for PYSITELIB
Diffstat (limited to 'devel')
-rw-r--r--devel/lldb/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/lldb/Makefile b/devel/lldb/Makefile
index e72dad0209a..d57171299df 100644
--- a/devel/lldb/Makefile
+++ b/devel/lldb/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2016/03/28 13:13:54 kamil Exp $
+# $NetBSD: Makefile,v 1.2 2016/03/28 15:15:55 kamil Exp $
DISTNAME= lldb-3.8.0.src
PKGNAME= ${DISTNAME:S/.src//}
@@ -21,7 +21,6 @@ USE_LANGUAGES= c c++
USE_CMAKE= yes
GCC_REQD+= 4.8
PY_PATCHPLIST= yes
-PLIST_SUBST+= PYSITELIB=${PYSITELIB}
CMAKE_ARGS+= -DLLVM_CONFIG=${LLVM_CONFIG_PATH}
CMAKE_ARGS+= -DCMAKE_BUILD_TYPE=Release
@@ -135,5 +134,6 @@ DEPENDS+= clang-${PKGVERSION_NOREV}{,nb*}:../../lang/clang
.include "../../devel/zlib/buildlink3.mk"
.include "../../lang/python/application.mk"
.include "../../lang/python/tool.mk"
+.include "../../lang/python/extension.mk"
.include "../../devel/swig/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"