svn commit: r397874 - head/editors/biew

Mark Linimon linimon at FreeBSD.org
Fri Sep 25 21:15:23 UTC 2015


Author: linimon
Date: Fri Sep 25 21:15:22 2015
New Revision: 397874
URL: https://svnweb.freebsd.org/changeset/ports/397874

Log:
  Mark as broken on non-x86: fails to build.
  
  Approved by:	portmgr (sparc64 blanket)

Modified:
  head/editors/biew/Makefile

Modified: head/editors/biew/Makefile
==============================================================================
--- head/editors/biew/Makefile	Fri Sep 25 21:05:27 2015	(r397873)
+++ head/editors/biew/Makefile	Fri Sep 25 21:15:22 2015	(r397874)
@@ -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


More information about the svn-ports-all mailing list