diff options
author | recht <recht@pkgsrc.org> | 2004-01-24 18:17:54 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-01-24 18:17:54 +0000 |
commit | 7ba51279e0f27bf14fef0f3aef4826be10a89b34 (patch) | |
tree | c1ff01223fe28dc558cbbcf722908843a8cdd6ce | |
parent | e6b394f9d1ac721baddf3fed013113d678dc6f9c (diff) | |
download | pkgsrc-7ba51279e0f27bf14fef0f3aef4826be10a89b34.tar.gz |
fix typo
spotted by grant@
-rw-r--r-- | lang/python23-pth/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python23-pth/Makefile b/lang/python23-pth/Makefile index 0939af0e90f..46bc9f9c7b0 100644 --- a/lang/python23-pth/Makefile +++ b/lang/python23-pth/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 18:17:54 recht Exp $ # DISTNAME= Python-2.3.3 @@ -65,7 +65,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 |