aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2022-03-18 17:21:12 +0000
committerCy Schubert <cy@FreeBSD.org>2022-03-18 17:28:02 +0000
commit866d2d7edc834391415b137cbfe4f89c642a4779 (patch)
treef7e387845fb2dfec1ad5d57727f170fcbe7ae5ac
parent8802adcf7cd9e7a53d6995a7fea998908d3f81a2 (diff)
downloadports-866d2d7edc834391415b137cbfe4f89c642a4779.tar.gz
ports-866d2d7edc834391415b137cbfe4f89c642a4779.zip
sysutils/screen: Fix build
autoreconf:build must be unconditional Reported by: leres Fixes: 9bdc78861688
-rw-r--r--sysutils/screen/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/screen/Makefile b/sysutils/screen/Makefile
index e84c6c9fd733..8929ce4e5ef7 100644
--- a/sysutils/screen/Makefile
+++ b/sysutils/screen/Makefile
@@ -2,7 +2,7 @@
PORTNAME= screen
PORTVERSION= 4.9.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= GNU \
ftp://ftp.gnu.org/gnu/screen/ \
@@ -33,13 +33,13 @@ NCURSES_DEFAULT_DESC= Depend on ncurses (ports if installed, otherwise base)
NCURSES_BASE_DESC= Depend on ncurses in base
NCURSES_PORT_DESC= Depend on devel/ncurses in ports
-NCURSES_DEFAULT_USES= autoreconf:build ncurses
+NCURSES_DEFAULT_USES= ncurses
NCURSES_BASE_USES= ncurses:base
NCURSES_PORT_USES= ncurses:port
OPTIONS_SUB=
-USES= gmake cpe
+USES= autoreconf:build gmake cpe
MAKE_ARGS+= WITH_MAN=1
CPE_VENDOR= gnu