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
This commit is contained in:
Cy Schubert 2022-12-29 19:06:29 -08:00
parent bbbaebcf3b
commit 0ffb609ec4
2 changed files with 6 additions and 4 deletions

View File

@ -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 \

View File

@ -1,5 +1,6 @@
PORTNAME= cde
PORTVERSION= ${COMMIT_DATE}
PORTREVISION= 1
CATEGORIES= x11
.if !defined(MASTERDIR)
PKGNAMESUFFIX= -devel
@ -30,7 +31,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 \
@ -38,7 +39,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 \