summaryrefslogtreecommitdiff
path: root/lang/python22
diff options
context:
space:
mode:
authorgrant <grant>2004-12-19 05:34:07 +0000
committergrant <grant>2004-12-19 05:34:07 +0000
commit8edc1f928fd816db4b6f0719d79a7bfbb1253e6c (patch)
tree7937f0c07a0d7df22d8f6ac87519d9c944b28374 /lang/python22
parentbc0f17c34b7977eab4832ffd5dbdda0914878fe8 (diff)
downloadpkgsrc-8edc1f928fd816db4b6f0719d79a7bfbb1253e6c.tar.gz
all of these use dlopen().
Diffstat (limited to 'lang/python22')
-rw-r--r--lang/python22/Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/python22/Makefile.common b/lang/python22/Makefile.common
index 1f231982016..743af848285 100644
--- a/lang/python22/Makefile.common
+++ b/lang/python22/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.7 2004/11/22 21:48:09 wiz Exp $
+# $NetBSD: Makefile.common,v 1.8 2004/12/19 05:34:07 grant Exp $
#
DISTNAME= Python-2.2.3
@@ -40,6 +40,7 @@ post-extract:
${MV} ${WRKSRC}/Tools/scripts/pydoc ${WRKSRC}/Tools/scripts/pydoc${PY_VER_SUFFIX}
.include "../../devel/zlib/buildlink3.mk"
+.include "../../mk/dlopen.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
# This comes after bsd.pkg.mk so that the LDFLAGS here overrides the one