diff options
author | minskim <minskim> | 2005-05-08 03:14:35 +0000 |
---|---|---|
committer | minskim <minskim> | 2005-05-08 03:14:35 +0000 |
commit | 4797d699b0e8e6e51374837f4e4fae3882e7325e (patch) | |
tree | dd04bb4821ae615f8ad51d8fac9c9437004cf121 /devel/nbitools/Makefile | |
parent | b3f5d395e4091b437d3a14799373314497ec4502 (diff) | |
download | pkgsrc-4797d699b0e8e6e51374837f4e4fae3882e7325e.tar.gz |
Apply patches provided by MOCHIDA Shuji in PR pkg/29889 to teach
nbitools more about Darwin.
Diffstat (limited to 'devel/nbitools/Makefile')
-rw-r--r-- | devel/nbitools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/nbitools/Makefile b/devel/nbitools/Makefile index 2c333189c60..04f27a8cd6d 100644 --- a/devel/nbitools/Makefile +++ b/devel/nbitools/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2005/04/11 21:45:28 tv Exp $ +# $NetBSD: Makefile,v 1.8 2005/05/08 03:14:35 minskim Exp $ # DISTNAME= nbitools-R6.3 PKGNAME= nbitools-6.3 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_LOCAL} |