summaryrefslogtreecommitdiff
path: root/x11/cde-devel/Makefile
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2022-12-29 19:06:29 -0800
committerCy Schubert <cy@FreeBSD.org>2023-01-17 13:12:11 -0800
commit0ffb609ec452b6ad34ea3be0ec2167d9d5630031 (patch)
tree6d3e4d4c28b8e527d784351d6503e3d55a72acfb /x11/cde-devel/Makefile
parentwww/py-woob: Do not install tests files (diff)
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-devel/Makefile')
-rw-r--r--x11/cde-devel/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/cde-devel/Makefile b/x11/cde-devel/Makefile
index 579cfe4fca3e..2774b00592d3 100644
--- a/x11/cde-devel/Makefile
+++ b/x11/cde-devel/Makefile
@@ -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 \