diff options
author | rene <rene@FreeBSD.org> | 2010-06-28 04:36:31 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2010-06-28 04:36:31 +0800 |
commit | 8212bf8436f171b0779d142355b5f60ea34ad5ef (patch) | |
tree | 1f8b4b9f6e82c6ceaa580215af49ca6004b1b142 /sysutils | |
parent | 9e1b0ba613cf738de64da54fe5c2e2a79ec68ae8 (diff) | |
download | freebsd-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/Makefile | 3 |
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 |