aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2023-12-20 17:01:50 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2023-12-20 17:02:28 +0000
commit61e4a788ecab79b43ad76b9a76128d4f26fc81fd (patch)
tree0b146c214eb95380ab9ff68bafcbc023b9deda90 /ports-mgmt
parente3b2ffdf1e518dc1c0bf1f2b0f54be1e4765da88 (diff)
downloadports-61e4a788ecab79b43ad76b9a76128d4f26fc81fd.tar.gz
ports-61e4a788ecab79b43ad76b9a76128d4f26fc81fd.zip
ports-mgmt/dialog4ports: mark as deprecated and broken on current
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/dialog4ports/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/ports-mgmt/dialog4ports/Makefile b/ports-mgmt/dialog4ports/Makefile
index cc64b94f05b4..5b951ea9653a 100644
--- a/ports-mgmt/dialog4ports/Makefile
+++ b/ports-mgmt/dialog4ports/Makefile
@@ -21,6 +21,12 @@ USES= uidfix
NO_CCACHE= yes
MAKE_ENV+= __MAKE_CONF=/dev/null SRCCONF=/dev/null
+.if !exists(/usr/lib/libdialog.so)
+BROKEN= Requires libdialog in base
+.endif
+
+DEPRECATED= Consider using ports-mgmt/portconfig which is a dropin replacement
+
.if !defined(D4P_SLAVE)
PLIST_FILES= bin/dialog4ports man/man1/${PORTNAME}.1.gz
.endif