aboutsummaryrefslogtreecommitdiff
path: root/x11/cde-25
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2022-12-30 03:06:29 +0000
committerCy Schubert <cy@FreeBSD.org>2023-01-17 21:12:11 +0000
commit0ffb609ec452b6ad34ea3be0ec2167d9d5630031 (patch)
tree6d3e4d4c28b8e527d784351d6503e3d55a72acfb /x11/cde-25
parentbbbaebcf3bce14d6e320a086345351ed0718305c (diff)
downloadports-0ffb609ec452b6ad34ea3be0ec2167d9d5630031.tar.gz
ports-0ffb609ec452b6ad34ea3be0ec2167d9d5630031.zip
x11/cde-*: Depend on the more modern shells/ksh
Upstream already uses and depends on ksh93/ksh. Depend on it instead of the older ast/ksh. MFH: 2023Q1
Diffstat (limited to 'x11/cde-25')
-rw-r--r--x11/cde-25/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/cde-25/Makefile b/x11/cde-25/Makefile
index 7701453966f4..73067122110c 100644
--- a/x11/cde-25/Makefile
+++ b/x11/cde-25/Makefile
@@ -1,5 +1,6 @@
PORTNAME= cde
DISTVERSION= 2.5.1
+PORTREVISION= 1
CATEGORIES= x11
MASTER_SITES= SF/cdesktopenv/src/
.if !defined(MASTERDIR)
@@ -23,7 +24,7 @@ DT_ID=
.endif
PLIST_SUB= DT_ID=${DT_ID}
-BUILD_DEPENDS= ksh93:shells/ksh93 \
+BUILD_DEPENDS= ksh93:shells/ksh \
bdftopcf:x11-fonts/bdftopcf \
mkfontscale>=0:x11-fonts/mkfontscale \
biconv:converters/iconv \
@@ -31,7 +32,7 @@ BUILD_DEPENDS= ksh93:shells/ksh93 \
${LOCALBASE}/libdata/pkgconfig/freetype2.pc:print/freetype2 \
onsgmls:textproc/opensp \
xrdb:x11/xrdb
-RUN_DEPENDS= ksh93:shells/ksh93 \
+RUN_DEPENDS= ksh93:shells/ksh \
${LOCALBASE}/bin/fc-cache:x11-fonts/fontconfig \
${LOCALBASE}/libdata/pkgconfig/freetype2.pc:print/freetype2 \
xrdb:x11/xrdb \