pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/lbdb
Module Name: pkgsrc
Committed By: wiz
Date: Sat Jan 31 23:28:10 UTC 2026
Modified Files:
pkgsrc/databases/lbdb: options.mk
Log Message:
lbdb: fix build after gpg binary rename
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/lbdb/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/databases/lbdb/options.mk
diff -u pkgsrc/databases/lbdb/options.mk:1.4 pkgsrc/databases/lbdb/options.mk:1.5
--- pkgsrc/databases/lbdb/options.mk:1.4 Fri Feb 8 22:25:32 2019
+++ pkgsrc/databases/lbdb/options.mk Sat Jan 31 23:28:10 2026
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2019/02/08 22:25:32 tonio Exp $
+# $NetBSD: options.mk,v 1.5 2026/01/31 23:28:10 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.lbdb
PKG_SUPPORTED_OPTIONS= osx-addressbook gnupg abook
@@ -17,7 +17,7 @@ CONFIGURE_ARGS+= --without-osx-addressbo
.if !empty(PKG_OPTIONS:Mgnupg)
DEPENDS+= gnupg-[0-9]*:../../security/gnupg
-CONFIGURE_ARGS+= --with-gpg
+CONFIGURE_ARGS+= --with-gpg=${PREFIX}/bin/gpg1
PLIST.gnupg= yes
.else
CONFIGURE_ARGS+= --without-gpg
Home |
Main Index |
Thread Index |
Old Index