diff options
author | nork <nork@FreeBSD.org> | 2004-10-31 12:23:05 +0000 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2004-10-31 12:23:05 +0000 |
commit | 4bb81ac23b48a6cc6c5c85eb4b504a3a187b5061 (patch) | |
tree | 1da8fbe31877552fbf28c4164ca6ae7ab0cf9b3c /japanese | |
parent | 08d9a40f0f87dba5cdd0d239690eba5b131a2cbf (diff) | |
download | FreeBSD-ports-4bb81ac23b48a6cc6c5c85eb4b504a3a187b5061.zip FreeBSD-ports-4bb81ac23b48a6cc6c5c85eb4b504a3a187b5061.tar.gz |
Mark BROKEN with VFS related feature on expected i386.
PR: ports-jp/15153
Submitted by: NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp> (maintainer)
Pointed out by: Hiroyuki's neighbor
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/samba/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/japanese/samba/Makefile b/japanese/samba/Makefile index 1d412a8..1c51225 100644 --- a/japanese/samba/Makefile +++ b/japanese/samba/Makefile @@ -96,15 +96,23 @@ CONFIGURE_ARGS= --with-i18n-swat \ --with-included-popt .if defined(WITH_AUDIT) +.if ${ARCH} == "i386" AUDIT= "" LIBSAMBA= "" BUILD_VFS= "" +.else +BROKEN= "VFS related feature is available for i386 only" +.endif .endif .if defined(WITH_RECYCLE) +.if ${ARCH} == "i386" RECYCLE= "" LIBSAMBA= "" BUILD_VFS= "" +.else +BROKEN= "VFS related feature is available for i386 only" +.endif .endif .if defined(WITH_SYSLOG) |