pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
emacs-git: pkglint cleanup
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Wed Sep 18 07:00:25 2024 +0200
Changeset: ae2031fc621c2f2283966a47886cb852f0458dc3
Modified Files:
emacs-git/options.mk
Log Message:
emacs-git: pkglint cleanup
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ae2031fc621c2f2283966a47886cb852f0458dc3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
emacs-git/options.mk | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diffs:
diff --git a/emacs-git/options.mk b/emacs-git/options.mk
index 67b2b3edde..89223d0fff 100644
--- a/emacs-git/options.mk
+++ b/emacs-git/options.mk
@@ -129,9 +129,9 @@ CONFIGURE_ARGS+= --without-xaw3d
###
### Toolkit selection
###
-. if (empty(PKG_OPTIONS:Mxaw) && \
- empty(PKG_OPTIONS:Mgtk) && \
- empty(PKG_OPTIONS:Mgtk2))
+. if empty(PKG_OPTIONS:Mxaw) && \
+ empty(PKG_OPTIONS:Mgtk) && \
+ empty(PKG_OPTIONS:Mgtk2)
# defaults to gtk3
USE_TOOLS+= pkg-config
.include "../../x11/gtk3/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index