aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2010-06-28 04:36:31 +0800
committerrene <rene@FreeBSD.org>2010-06-28 04:36:31 +0800
commit8212bf8436f171b0779d142355b5f60ea34ad5ef (patch)
tree1f8b4b9f6e82c6ceaa580215af49ca6004b1b142 /sysutils
parent9e1b0ba613cf738de64da54fe5c2e2a79ec68ae8 (diff)
downloadfreebsd-ports-gnome-8212bf8436f171b0779d142355b5f60ea34ad5ef.tar.gz
freebsd-ports-gnome-8212bf8436f171b0779d142355b5f60ea34ad5ef.tar.zst
freebsd-ports-gnome-8212bf8436f171b0779d142355b5f60ea34ad5ef.zip
Make runnable on 8.X and higher
PR: ports/147724 Submitted by: pluknet [pluknet gmail.com] Approved by: maintainer timeout, tabthorpe (mentor) Feature safe: yes
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/arcconf/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysutils/arcconf/Makefile b/sysutils/arcconf/Makefile
index 6ea7049e594a..cc2ad5a3166d 100644
--- a/sysutils/arcconf/Makefile
+++ b/sysutils/arcconf/Makefile
@@ -27,6 +27,9 @@ NO_CDROM= yes
.if ${OSVERSION} >= 700000
DIST_TYPE= 7
EXTRACT_SUFX= .pkg.tbz
+.if ${OSVERSION} >= 800000
+LIB_DEPENDS+= ncurses.7:${PORTSDIR}/misc/compat7x
+.endif
.else
DIST_TYPE= 6
EXTRACT_SUFX= .pkg.tgz