diff options
author | grant <grant@pkgsrc.org> | 2004-01-24 13:47:56 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-01-24 13:47:56 +0000 |
commit | d4d5b0528c7b28218c8211eb6eb946b11fd45213 (patch) | |
tree | 1d797bc70b48b90ad571d5ea0f9632d827870edc /lang | |
parent | 752f1457b1c85b26e9e5f7e9fc9b9aea2084e190 (diff) | |
download | pkgsrc-d4d5b0528c7b28218c8211eb6eb946b11fd45213.tar.gz |
fix typo in comment
Diffstat (limited to 'lang')
-rw-r--r-- | lang/python23/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python23/Makefile b/lang/python23/Makefile index 4e719215d1b..9536ee03849 100644 --- a/lang/python23/Makefile +++ b/lang/python23/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2004/01/11 11:04:43 recht Exp $ +# $NetBSD: Makefile,v 1.14 2004/01/24 13:47:56 grant Exp $ # DISTNAME= Python-2.3.3 @@ -60,7 +60,7 @@ OSSAUDIODEV_SUBST= PLIST_SUBST+= X86_ONLY=${X86_SUBST} PLIST_SUBST+= OSSAUDIODEV=${OSSAUDIODEV_SUBST} -# ensure that the bsddb185 module is build on all platforms +# ensure that the bsddb185 module is built on all platforms .include "../../databases/db/buildlink2.mk" SUBST_CLASSES+= setup |