diff options
author | grant <grant@pkgsrc.org> | 2004-12-19 05:34:07 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-12-19 05:34:07 +0000 |
commit | beaba1d4870a7c720d517cf8fbb407cc146cae77 (patch) | |
tree | 7937f0c07a0d7df22d8f6ac87519d9c944b28374 /lang/python20 | |
parent | ea18ba8089359286ca13d44170bab275f577c4c4 (diff) | |
download | pkgsrc-beaba1d4870a7c720d517cf8fbb407cc146cae77.tar.gz |
all of these use dlopen().
Diffstat (limited to 'lang/python20')
-rw-r--r-- | lang/python20/Makefile | 3 |
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" |