diff options
author | recht <recht@pkgsrc.org> | 2004-01-25 14:10:29 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-01-25 14:10:29 +0000 |
commit | 8cc69dfea980411f7084cb94458dd3e539bc9c18 (patch) | |
tree | 01c83c5621df8a411bf26fa40d1302f8f43b0f29 /lang/python23/buildlink3.mk | |
parent | 0ecf8f8dda73f4e7cc321853f05ddceb22cc98f1 (diff) | |
download | pkgsrc-8cc69dfea980411f7084cb94458dd3e539bc9c18.tar.gz |
fix comment and shorten createbuildlink's generated comment a bit
Diffstat (limited to 'lang/python23/buildlink3.mk')
-rw-r--r-- | lang/python23/buildlink3.mk | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/lang/python23/buildlink3.mk b/lang/python23/buildlink3.mk index 163a1130867..8ab78ea22b2 100644 --- a/lang/python23/buildlink3.mk +++ b/lang/python23/buildlink3.mk @@ -1,8 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.2 2004/01/25 14:07:22 recht Exp $ -# -# This Makefile fragment is included by packages that use python23. -# -# This file was created automatically using createbuildlink-3.0. +# $NetBSD: buildlink3.mk,v 1.3 2004/01/25 14:10:29 recht Exp $ # BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ @@ -18,7 +14,7 @@ BUILDLINK_DEPENDS.python23?= python23>=2.3.3 BUILDLINK_PKGSRCDIR.python23?= ../../lang/python23 .if defined(BUILDLINK_DEPMETHOD.python) -BUILDLINK_DEPMETHOD.python23pth?= ${BUILDLINK_DEPMETHOD.python} +BUILDLINK_DEPMETHOD.python23?= ${BUILDLINK_DEPMETHOD.python} .endif BUILDLINK_TRANSFORM+= l:python:python2.3 |