aboutsummaryrefslogtreecommitdiff
path: root/sysutils/arcconf
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2010-06-27 20:36:31 +0000
committerRene Ladan <rene@FreeBSD.org>2010-06-27 20:36:31 +0000
commitd395764af37257bd7fe008ffb3142b26b7ec1117 (patch)
tree2ef192b537e94a64db540b3eb48ce406492322a4 /sysutils/arcconf
parent729c1816c55f74266463677f6770931c97dad3d6 (diff)
downloadports-d395764af37257bd7fe008ffb3142b26b7ec1117.tar.gz
ports-d395764af37257bd7fe008ffb3142b26b7ec1117.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
Notes
Notes: svn path=/head/; revision=257075
Diffstat (limited to 'sysutils/arcconf')
-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