svn commit: r365443 - head/sysutils/arcconf
Ryan Steinmetz
zi at FreeBSD.org
Wed Aug 20 11:48:56 UTC 2014
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
More information about the svn-ports-head
mailing list