diff options
author | Gleb Popov <arrowd@FreeBSD.org> | 2023-07-01 07:50:55 +0000 |
---|---|---|
committer | Gleb Popov <arrowd@FreeBSD.org> | 2023-07-02 10:19:21 +0000 |
commit | a0c9796c46e20838fd4b366a8b5ae5d696853e09 (patch) | |
tree | 41393f2eee6240b72746bd9cff0b8865fd01473f /editors/komodo-edit | |
parent | deb4a46338300fb1f2145af29484b48bd26d69d4 (diff) | |
download | ports-a0c9796c46e20838fd4b366a8b5ae5d696853e09.tar.gz ports-a0c9796c46e20838fd4b366a8b5ae5d696853e09.zip |
linux-c7: Merge dbus-glib into dbus-libs to ease maintenance.
Reviewed by: tijl
Differential Revision: https://reviews.freebsd.org/D40827
Diffstat (limited to 'editors/komodo-edit')
-rw-r--r-- | editors/komodo-edit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/komodo-edit/Makefile b/editors/komodo-edit/Makefile index 7a042989e7f8..0ca8e5e121eb 100644 --- a/editors/komodo-edit/Makefile +++ b/editors/komodo-edit/Makefile @@ -19,7 +19,7 @@ LICENSE_PERMS_KEL11= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept ONLY_FOR_ARCHS= amd64 i386 USES= linux -USE_LINUX= alsalib dbusglib gtk2 jpeg xorglibs +USE_LINUX= alsalib dbuslibs gtk2 jpeg xorglibs DESKTOP_ENTRIES="Komodo Edit" \ "Free multi-platform editor that makes it easy to write quality code." \ |