diff options
author | wiz <wiz> | 2008-05-29 07:28:07 +0000 |
---|---|---|
committer | wiz <wiz> | 2008-05-29 07:28:07 +0000 |
commit | 4a3cb6c670312a604a2400fed83a470b85da1686 (patch) | |
tree | 72aea827f95e452b808546a2aedceaf83f669eff | |
parent | 3261ec8db7605f83a2abf42fe2f3c7306e02bd2d (diff) | |
download | pkgsrc-4a3cb6c670312a604a2400fed83a470b85da1686.tar.gz |
Fix typo in comment.
-rw-r--r-- | devel/glib2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/glib2/Makefile b/devel/glib2/Makefile index 2473e077594..a38cadde1da 100644 --- a/devel/glib2/Makefile +++ b/devel/glib2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.139 2008/05/28 21:20:48 joerg Exp $ +# $NetBSD: Makefile,v 1.140 2008/05/29 07:28:07 wiz Exp $ # When updating glib2, please apply patch-ak to configure.in # Then run a matching version of autoconf to regen patch-aa. @@ -92,7 +92,7 @@ PRINT_PLIST_AWK+= /^@dirrm include\/glib$$/ \ PLIST_VARS+= fam -# Overriden in options.mk. +# Overridden in options.mk. CONFIGURE_ARGS+= --disable-fam .if ${OPSYS} != "HPUX" && ${OPSYS} != "OSF1" |