Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Aug 2014 11:48:55 +0000 (UTC)
From:      Ryan Steinmetz <zi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r365443 - head/sysutils/arcconf
Message-ID:  <201408201148.s7KBmtxe059013@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zi
Date: Wed Aug 20 11:48:55 2014
New Revision: 365443
URL: http://svnweb.freebsd.org/changeset/ports/365443
QAT: https://qat.redports.org/buildarchive/r365443/

Log:
  - Unbreak after previous commit

Modified:
  head/sysutils/arcconf/Makefile

Modified: head/sysutils/arcconf/Makefile
==============================================================================
--- head/sysutils/arcconf/Makefile	Wed Aug 20 11:24:40 2014	(r365442)
+++ head/sysutils/arcconf/Makefile	Wed Aug 20 11:48:55 2014	(r365443)
@@ -37,7 +37,7 @@ DIST_OSVER=	8
 .if ${ARCH} == amd64
 DIST_EXT=	_x64
 RUN_DEPENDS+=	${LOCALBASE}/lib/compat/libstdc++.so.6:${PORTSDIR}/misc/compat9x
-.elif
+.else
 RUN_DEPENDS+=	${LOCALBASE}/lib32/compat/libstdc++.so.6:${PORTSDIR}/misc/compat9x
 .endif
 



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