aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2024-09-04 01:39:15 +0000
committerCy Schubert <cy@FreeBSD.org>2024-09-04 01:57:27 +0000
commitd949c292ce6c3ec2dbaeb5531201cc4e57e0febf (patch)
tree84ed911d0325d233e417de925c55be8b6aa9e871
parentda2605ff0d4cb6296c717adbb1233484fbc82984 (diff)
downloadports-d949c292ce6c3ec2dbaeb5531201cc4e57e0febf.tar.gz
ports-d949c292ce6c3ec2dbaeb5531201cc4e57e0febf.zip
x11/cde*: Remove llvm16 dependency
llvm16 is no longer needed to build the x11/cde ports. However this now exposes a dependency on databases/lmdb.
-rw-r--r--x11/cde-25/Makefile5
-rw-r--r--x11/cde-devel/Makefile5
2 files changed, 6 insertions, 4 deletions
diff --git a/x11/cde-25/Makefile b/x11/cde-25/Makefile
index 01f3618a3c80..d7ecc4fe833d 100644
--- a/x11/cde-25/Makefile
+++ b/x11/cde-25/Makefile
@@ -1,6 +1,6 @@
PORTNAME= cde
DISTVERSION= 2.5.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= x11
MASTER_SITES= SF/cdesktopenv/src/
.if !defined(MASTERDIR)
@@ -39,9 +39,10 @@ RUN_DEPENDS= ksh93:shells/ksh \
xrdb:x11/xrdb \
xset:x11/xset \
sessreg:x11/sessreg
+LIB_DEPENDS= liblmdb.so:databases/lmdb
USES= autoreconf:build iconv:wchar_t gmake jpeg libtool motif perl5 \
- shebangfix tcl:86 xorg llvm:16
+ shebangfix tcl:86 xorg
SHEBANG_LANG= pl
SHEBANG_FILES= programs/dtinfo/tools/bin/ccdate \
programs/dtdocbook/tcl/docbook.tcl
diff --git a/x11/cde-devel/Makefile b/x11/cde-devel/Makefile
index 2d231ecb5bbd..ddb1101385db 100644
--- a/x11/cde-devel/Makefile
+++ b/x11/cde-devel/Makefile
@@ -1,6 +1,6 @@
PORTNAME= cde
PORTVERSION= ${COMMIT_DATE}
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= x11
.if !defined(MASTERDIR)
PKGNAMESUFFIX= -devel
@@ -46,9 +46,10 @@ RUN_DEPENDS= ksh93:shells/ksh \
xrdb:x11/xrdb \
xset:x11/xset \
sessreg:x11/sessreg
+LIB_DEPENDS= liblmdb.so:databases/lmdb
USES= autoreconf:build iconv:wchar_t gmake jpeg libtool motif perl5 \
- shebangfix tcl:86 xorg llvm:16
+ shebangfix tcl:86 xorg
SHEBANG_LANG= pl
SHEBANG_FILES= programs/dtinfo/tools/bin/ccdate \
programs/dtdocbook/tcl/docbook.tcl