diff options
author | wiz <wiz> | 2008-02-15 07:40:39 +0000 |
---|---|---|
committer | wiz <wiz> | 2008-02-15 07:40:39 +0000 |
commit | 1c00ab04218a064beba66cca3080aead758fafaa (patch) | |
tree | 6ae24e26a9d6a80e692c14efcaf579a9c5087c2c /net/ORBit2 | |
parent | 1b4eba4b1cfbff992d53c52afd4b7a1d4cd16d38 (diff) | |
download | pkgsrc-1c00ab04218a064beba66cca3080aead758fafaa.tar.gz |
Merge two commented out TEST_TARGET lines, one with a typo,
one without.
Diffstat (limited to 'net/ORBit2')
-rw-r--r-- | net/ORBit2/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net/ORBit2/Makefile b/net/ORBit2/Makefile index d963e56512a..c1c0c7552d0 100644 --- a/net/ORBit2/Makefile +++ b/net/ORBit2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.61 2008/02/13 19:36:48 drochner Exp $ +# $NetBSD: Makefile,v 1.62 2008/02/15 07:40:39 wiz Exp $ # DISTNAME= ORBit2-2.14.12 @@ -21,6 +21,7 @@ MAKE_JOBS_SAFE= no USE_TOOLS+= gmake pkg-config USE_LIBTOOL= YES GNU_CONFIGURE= YES +# needs interaction #TEST_TARGET= check CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} @@ -49,9 +50,6 @@ PRINT_PLIST_AWK+= /^@dirrm share\/idl$$/ \ BUILDLINK_API_DEPENDS.glib2+= glib2>=2.8.0 -# needs interaction -#TEST_TARGRT= check - .include "../../devel/glib2/buildlink3.mk" .include "../../net/libIDL/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |