Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Jul 2014 18:27:01 +0000 (UTC)
From:      Sean Bruno <sbruno@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r360240 - head/misc/compat4x
Message-ID:  <201407021827.s62IR1EZ013353@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sbruno (src committer)
Date: Wed Jul  2 18:27:01 2014
New Revision: 360240
URL: http://svnweb.freebsd.org/changeset/ports/360240
QAT: https://qat.redports.org/buildarchive/r360240/

Log:
  Declare ONLY_FOR_ARCHS correctly
  
  PR:		191567
  Reviewed by:	bdrewery (implicit)

Modified:
  head/misc/compat4x/Makefile

Modified: head/misc/compat4x/Makefile
==============================================================================
--- head/misc/compat4x/Makefile	Wed Jul  2 18:22:39 2014	(r360239)
+++ head/misc/compat4x/Makefile	Wed Jul  2 18:27:01 2014	(r360240)
@@ -25,8 +25,8 @@ LDCONFIG_LIB32=	${LDCONFIG} -32
 
 .include <bsd.port.pre.mk>
 
-ONLY_FOR_ARCH=	i386 amd64
-ONLY_FOR_ARCH_REASON= FreeBSD 4.x did not support this architecture
+ONLY_FOR_ARCHS=	i386 amd64
+ONLY_FOR_ARCHS_REASON= FreeBSD 4.x did not support this architecture
 
 COMPAT4X_ARCH=	${ARCH}
 COMPAT4X_OSVERSION=	5.3



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407021827.s62IR1EZ013353>