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:
parent
bbbaebcf3b
commit
0ffb609ec4
@ -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 \
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user