summaryrefslogtreecommitdiff
path: root/lang/python20
diff options
context:
space:
mode:
authorgrant <grant>2004-12-19 05:34:07 +0000
committergrant <grant>2004-12-19 05:34:07 +0000
commite585c311e4e41ef71c11754e4af6ce09c8017dd1 (patch)
tree7937f0c07a0d7df22d8f6ac87519d9c944b28374 /lang/python20
parent929ecf3ac069b6d9e1eaa72641367b6dc417036b (diff)
downloadpkgsrc-e585c311e4e41ef71c11754e4af6ce09c8017dd1.tar.gz
all of these use dlopen().
Diffstat (limited to 'lang/python20')
-rw-r--r--lang/python20/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/python20/Makefile b/lang/python20/Makefile
index 870abc26c00..a5b9ac1ec44 100644
--- a/lang/python20/Makefile
+++ b/lang/python20/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2004/11/22 21:48:08 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2004/12/19 05:34:07 grant Exp $
#
DISTNAME= Python-2.0.1
@@ -78,4 +78,5 @@ post-install:
.include "../../devel/zlib/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bdb.buildlink3.mk"
+.include "../../mk/dlopen.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"