aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.commands.mk
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2023-10-10 11:53:44 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2023-10-10 11:58:31 +0000
commit0e73ed9372f074ba59d40b66b95c878a7f36702e (patch)
treeff3ab8b5f5c221408f9c0421a9b3b01e7ea1b0ff /Mk/bsd.commands.mk
parent7967851800802ff3ff58bd452df159b24c5a47b1 (diff)
downloadports-0e73ed9372f074ba59d40b66b95c878a7f36702e.tar.gz
ports-0e73ed9372f074ba59d40b66b95c878a7f36702e.zip
config: switch from dialog4ports to portconfig
dialog4ports is using libdialog which is being decommissioned from base replaced by bsddialog. We cannot switch to depending on devel/cdialog because it build depends on too many things, on the other hand the author of bsddialog made portconfig as a drop-in replacement for dialog4ports, it only build depends on devel/bsddialog (we use the version in port to be sure to have the right version on all supported versions of the ports tree) Reported by: Herbert J. Skuhra" <herbert@gojira.at>
Diffstat (limited to 'Mk/bsd.commands.mk')
-rw-r--r--Mk/bsd.commands.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.commands.mk b/Mk/bsd.commands.mk
index 7addad889763..636f2f2f481e 100644
--- a/Mk/bsd.commands.mk
+++ b/Mk/bsd.commands.mk
@@ -33,7 +33,7 @@ DIALOG?= /usr/bin/dialog
.else
DIALOG?= /usr/bin/bsddialog
.endif
-DIALOG4PORTS?= ${LOCALBASE}/bin/dialog4ports
+DIALOG4PORTS?= ${LOCALBASE}/bin/portconfig
DIFF?= /usr/bin/diff
DIRNAME?= /usr/bin/dirname
EGREP?= /usr/bin/egrep