diff options
Diffstat (limited to 'devel/ruby-bsearch')
-rw-r--r-- | devel/ruby-bsearch/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/ruby-bsearch/Makefile b/devel/ruby-bsearch/Makefile index 04f83b58313..82c23b29c45 100644 --- a/devel/ruby-bsearch/Makefile +++ b/devel/ruby-bsearch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/02/17 15:28:00 dillo Exp $ +# $NetBSD: Makefile,v 1.6 2003/03/28 21:14:16 wiz Exp $ DISTNAME= ruby-bsearch-${VERSION} PKGNAME= ${RUBY_PKGNAMEPREFIX}bsearch-${VERSION} @@ -12,7 +12,6 @@ COMMENT= Binary search library for Ruby VERSION= 1.5 DIST_SUBDIR= ruby USE_RUBY_RD= # defined -NO_PATCH= # defined NO_CONFIGURE= # defined TEST_DIRS= ${WRKSRC}/tests TEST_TARGET= check |