pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/semi



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Jun  5 02:39:18 UTC 2022

Modified Files:
        pkgsrc/devel/semi: options.mk

Log Message:
(devel/semi) buildlink3.mk to bbdb2 just renamed (to go with mail/wl-*)


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/semi/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/devel/semi/options.mk
diff -u pkgsrc/devel/semi/options.mk:1.6 pkgsrc/devel/semi/options.mk:1.7
--- pkgsrc/devel/semi/options.mk:1.6    Sun Nov  3 10:39:30 2019
+++ pkgsrc/devel/semi/options.mk        Sun Jun  5 02:39:18 2022
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.6 2019/11/03 10:39:30 rillig Exp $
+# $NetBSD: options.mk,v 1.7 2022/06/05 02:39:18 mef Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.semi
 PKG_SUPPORTED_OPTIONS=         semi-bbdb
@@ -11,7 +11,7 @@ PKG_SUGGESTED_OPTIONS=
 PLIST_VARS+=   bbdb w3
 
 .if !empty(PKG_OPTIONS:Msemi-bbdb)
-.include "../../misc/bbdb/buildlink3.mk"
+.include "../../misc/bbdb2/buildlink3.mk"
 PLIST.bbdb=    yes
 .endif
 



Home | Main Index | Thread Index | Old Index