diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-01-11 10:08:38 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-01-11 10:08:38 +0000 |
commit | 8244fe99bcdbad7a2d0b22d66183394f5ffacd03 (patch) | |
tree | c9a458d29164af55be5bf3330f3f659428ac04ac /sysutils/arcconf | |
parent | 365eb51f267a3ad97ff0d4953b9991547b5b8c45 (diff) |
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by: portmgr blanket
Notes
Notes:
svn path=/head/; revision=431169
Diffstat (limited to 'sysutils/arcconf')
-rw-r--r-- | sysutils/arcconf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/arcconf/Makefile b/sysutils/arcconf/Makefile index 4b54143beadd..361e588d58e0 100644 --- a/sysutils/arcconf/Makefile +++ b/sysutils/arcconf/Makefile @@ -35,7 +35,7 @@ DIST_OSVER= 10 .if ${ARCH} == amd64 DIST_EXT= _x64 .elif ${ARCH} == i386 -.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000 +.if ${OPSYS} == FreeBSD # use the 9 i386 version for 10 i386 DIST_OSVER= 9 RUN_DEPENDS+= ${LOCALBASE}/lib/compat/libstdc++.so.6:misc/compat9x |