diff options
author | linimon <linimon@FreeBSD.org> | 2015-09-26 05:15:22 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2015-09-26 05:15:22 +0800 |
commit | d6519ddb181e7b8407edab31466172866c549d96 (patch) | |
tree | 72c48fcfbe394624f9737a1b0987356bb280f817 | |
parent | 82879da7a37d60e21ba79615972e98028fd2542b (diff) | |
download | freebsd-ports-gnome-d6519ddb181e7b8407edab31466172866c549d96.tar.gz freebsd-ports-gnome-d6519ddb181e7b8407edab31466172866c549d96.tar.zst freebsd-ports-gnome-d6519ddb181e7b8407edab31466172866c549d96.zip |
Mark as broken on non-x86: fails to build.
Approved by: portmgr (sparc64 blanket)
-rw-r--r-- | editors/biew/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/editors/biew/Makefile b/editors/biew/Makefile index 873ea9238004..592e13cbfec3 100644 --- a/editors/biew/Makefile +++ b/editors/biew/Makefile @@ -13,6 +13,9 @@ COMMENT= Binary file viewer and editor LICENSE= GPLv2 +ONLY_FOR_ARCHS= amd64 i386 ia64 +ONLY_FOR_ARCHS_REASON= no targets defined in Makefile + USES= dos2unix gmake iconv tar:bzip2 DOS2UNIX_FILES= ${PORTDOCS:S,^,doc/,} HAS_CONFIGURE= yes |