diff options
author | minskim <minskim@pkgsrc.org> | 2004-04-29 18:59:25 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-04-29 18:59:25 +0000 |
commit | 8a155b4b9ee8554b2f16e0c8a5a0cede0aaa9023 (patch) | |
tree | d7ef5b9c300a2d33b86f3e90baf2b0735933f109 /devel/nbitools/Makefile | |
parent | 2936485f164c1f938509cef1feff09265263fc74 (diff) | |
download | pkgsrc-8a155b4b9ee8554b2f16e0c8a5a0cede0aaa9023.tar.gz |
Change an argument passed to cpp so that it will not confuse buildlink3.
The problem was reported by Yasushi Oshima on tech-pkg-ja@jp.NetBSD.org.
Diffstat (limited to 'devel/nbitools/Makefile')
-rw-r--r-- | devel/nbitools/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/nbitools/Makefile b/devel/nbitools/Makefile index 0dd5054c7c6..7d6873b0e03 100644 --- a/devel/nbitools/Makefile +++ b/devel/nbitools/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2004/03/05 21:15:53 minskim Exp $ +# $NetBSD: Makefile,v 1.4 2004/04/29 18:59:25 minskim Exp $ # DISTNAME= nbitools-R6.3 PKGNAME= nbitools-6.3 +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_LOCAL} |