pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/glib2 Put TEST_TARGET definition before the incl...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/73188c6f2907
branches:  trunk
changeset: 468163:73188c6f2907
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Wed Feb 11 00:20:51 2004 +0000

description:
Put TEST_TARGET definition before the includes.

diffstat:

 devel/glib2/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 7eb4c2ea9393 -r 73188c6f2907 devel/glib2/Makefile
--- a/devel/glib2/Makefile      Tue Feb 10 23:58:36 2004 +0000
+++ b/devel/glib2/Makefile      Wed Feb 11 00:20:51 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2004/02/10 01:56:42 xtraeme Exp $
+# $NetBSD: Makefile,v 1.36 2004/02/11 00:20:51 jmmv Exp $
 
 DISTNAME=              glib-2.2.3
 PKGREVISION=           1
@@ -32,14 +32,14 @@
 CONFIGURE_ARGS+=       --includedir=${PREFIX}/include/glib
 CONFIGURE_ARGS+=       --with-html-dir=${PREFIX}/share/doc/html
 
+TEST_TARGET=           check
+
 .include "../../converters/libiconv/buildlink3.mk"
 
 .if defined(ICONV_IS_GNU)
 CONFIGURE_ARGS+=       --with-libiconv=gnu
 .endif
 
-TEST_TARGET=           check
-
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../devel/pkgconfig/buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"



Home | Main Index | Thread Index | Old Index