aboutsummaryrefslogtreecommitdiff
path: root/sysutils/arcconf
diff options
context:
space:
mode:
authorRyan Steinmetz <zi@FreeBSD.org>2014-08-20 11:48:55 +0000
committerRyan Steinmetz <zi@FreeBSD.org>2014-08-20 11:48:55 +0000
commit3b07ddca59e9b109c2d2a0915f47e729cef13328 (patch)
tree607e9d289a8dfb7bdc2475a2ecd64588345e6694 /sysutils/arcconf
parente778aaa42d581a7fe15e43e77e5afe1ba1c9fb23 (diff)
downloadports-3b07ddca59e9b109c2d2a0915f47e729cef13328.tar.gz
ports-3b07ddca59e9b109c2d2a0915f47e729cef13328.zip
- Unbreak after previous commit
Notes
Notes: svn path=/head/; revision=365443
Diffstat (limited to 'sysutils/arcconf')
-rw-r--r--sysutils/arcconf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/arcconf/Makefile b/sysutils/arcconf/Makefile
index c189e2e57f6d..bef9827f9393 100644
--- a/sysutils/arcconf/Makefile
+++ b/sysutils/arcconf/Makefile
@@ -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