summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lang/python/extension.mk6
1 files changed, 1 insertions, 5 deletions
diff --git a/lang/python/extension.mk b/lang/python/extension.mk
index 7689391d92e..5262e736921 100644
--- a/lang/python/extension.mk
+++ b/lang/python/extension.mk
@@ -1,4 +1,4 @@
-# $NetBSD: extension.mk,v 1.13 2005/11/04 16:50:34 rillig Exp $
+# $NetBSD: extension.mk,v 1.14 2006/01/24 07:25:35 recht Exp $
# derive a python version from the package name if possible
# optionally handled quoted package names
@@ -35,7 +35,3 @@ do-install:
.if defined(PY_PATCHPLIST)
PLIST_SUBST+= PYINC=${PYINC} PYSITELIB=${PYSITELIB}
.endif
-
-.if ${OPSYS} == "Darwin"
-LDFLAGS+= -lpython
-.endif