pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/chat/pidgin



Module Name:    pkgsrc
Committed By:   triaxx
Date:           Fri Jan 20 14:15:38 UTC 2023

Modified Files:
        pkgsrc/chat/pidgin: options.mk

Log Message:
pidgin: Add forgotten mk/bsd.prefs.mk

Oops, sorry, pkglint said me it looked fine...


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/chat/pidgin/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/chat/pidgin/options.mk
diff -u pkgsrc/chat/pidgin/options.mk:1.18 pkgsrc/chat/pidgin/options.mk:1.19
--- pkgsrc/chat/pidgin/options.mk:1.18  Fri Jan 20 14:09:09 2023
+++ pkgsrc/chat/pidgin/options.mk       Fri Jan 20 14:15:38 2023
@@ -1,8 +1,10 @@
-# $NetBSD: options.mk,v 1.18 2023/01/20 14:09:09 triaxx Exp $
+# $NetBSD: options.mk,v 1.19 2023/01/20 14:15:38 triaxx Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.pidgin
 PKG_SUPPORTED_OPTIONS+=                dbus debug gtkspell
 PKG_SUGGESTED_OPTIONS+=                dbus gtkspell
+
+.include "../../mk/bsd.prefs.mk"
 .if ${OPSYS} != "Darwin"
 PKG_SUPPORTED_OPTIONS+=                x11
 PKG_SUGGESTED_OPTIONS+=                x11



Home | Main Index | Thread Index | Old Index