diff options
author | wbx <wbx@netbsd-50-amd64.foo.bar> | 2010-02-11 20:03:38 +0100 |
---|---|---|
committer | wbx <wbx@netbsd-50-amd64.foo.bar> | 2010-02-11 20:03:38 +0100 |
commit | 05878ad1a25af1c2ce2aac6a01c85f20eb29ec1b (patch) | |
tree | baa35be272e35909c38ccbe7b0b136bc0e2dcd42 /package | |
parent | c113ffbfb2c9b71980d0b84456ea8df2209da6c1 (diff) |
disable build on NetBSD
Diffstat (limited to 'package')
-rw-r--r-- | package/aufs2-util/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/aufs2-util/Makefile b/package/aufs2-util/Makefile index 53aa3bab4..2534a47af 100644 --- a/package/aufs2-util/Makefile +++ b/package/aufs2-util/Makefile @@ -9,7 +9,7 @@ PKG_RELEASE:= 1 PKG_DESCR:= aufs2 utilities PKG_SECTION:= admin PKG_URL:= http://aufs.sf.net/ -PKG_HOST_DEPENDS:= !cygwin !freebsd !openbsd +PKG_HOST_DEPENDS:= !cygwin !freebsd !openbsd !netbsd NO_DISTFILES:= 1 |