aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPalle Girgensohn <girgen@FreeBSD.org>2021-10-08 07:57:40 +0000
committerPalle Girgensohn <girgen@FreeBSD.org>2021-10-11 11:40:39 +0000
commit05ede39babf288b59a0a5d8d7b50b284d5dc20c3 (patch)
tree6808872bee0dd3b24c20dc9a25fd6cd9b2e29a06
parent2c83e62b19a2338c941cc1bf2dd324d0cde66e81 (diff)
downloadports-05ede39babf288b59a0a5d8d7b50b284d5dc20c3.tar.gz
ports-05ede39babf288b59a0a5d8d7b50b284d5dc20c3.zip
sysutils/arcconf: only depend on compat12x for FreeBSD > 12
PR: 258775 (cherry picked from commit 1ad8cfa1e9c41bebe77fa8d1cc73ad627613883b)
-rw-r--r--sysutils/arcconf/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysutils/arcconf/Makefile b/sysutils/arcconf/Makefile
index cbb26407408b..118bd0cb561b 100644
--- a/sysutils/arcconf/Makefile
+++ b/sysutils/arcconf/Makefile
@@ -26,7 +26,10 @@ SUB_FILES+= ${PERIODICSCRIPT}
PERIODICSCRIPT= 410.status-aac-raid
DIST_TYPE= 12_x64
+
+.if ${OSVERSION} > 1300078
RUN_DEPENDS+= ${LOCALBASE}/lib/compat/libncurses.so.8:misc/compat12x
+.endif
NO_BUILD= yes
NO_WRKSUBDIR= yes