pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Glib-Object-Introspection fix a typo for auto...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e620ba6f2702
branches:  trunk
changeset: 629824:e620ba6f2702
user:      obache <obache%pkgsrc.org@localhost>
date:      Tue Jan 28 10:53:43 2014 +0000

description:
fix a typo for auto run test condition.

diffstat:

 devel/p5-Glib-Object-Introspection/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 15d30dd55bba -r e620ba6f2702 devel/p5-Glib-Object-Introspection/Makefile
--- a/devel/p5-Glib-Object-Introspection/Makefile       Tue Jan 28 09:24:18 2014 +0000
+++ b/devel/p5-Glib-Object-Introspection/Makefile       Tue Jan 28 10:53:43 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2014/01/26 12:06:41 obache Exp $
+# $NetBSD: Makefile,v 1.2 2014/01/28 10:53:43 obache Exp $
 
 DISTNAME=      Glib-Object-Introspection-0.019
 PKGNAME=       p5-${DISTNAME}
@@ -22,7 +22,7 @@
 PERL5_PACKLIST=                auto/Glib/Object/Introspection/.packlist
 
 .include "../../mk/bsd.prefs.mk"
-.if !empty(PKGSRC_RUN_TESTS:M[Yy][Ee][Ss])
+.if !empty(PKGSRC_RUN_TEST:M[Yy][Ee][Ss])
 BUILDLINK_DEPMETHOD.cairo-gobject=     build
 .include "../../graphics/cairo-gobject/buildlink3.mk"
 .endif



Home | Main Index | Thread Index | Old Index