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