mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
databases/bbdb: Use upstream's recommended config in pkg-message
Also, remove MAKE_JOBS_UNSAFE=yes. It was only intended to be included temporarily for testing.
This commit is contained in:
parent
c3cf8a9c96
commit
d0a91017a0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=485072
@ -4,6 +4,7 @@
|
||||
PORTNAME= bbdb
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 3.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= databases elisp
|
||||
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
|
||||
|
||||
@ -27,8 +28,6 @@ PORTDOCS= bbdb.pdf
|
||||
NO_ARCH= yes
|
||||
PLIST_SUB+= BBDB_LISPDIR=${BBDB_LISPDIR}
|
||||
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
# See http://lists.nongnu.org/archive/html/bbdb-user/2018-11/msg00003.html
|
||||
|
@ -1,11 +1,10 @@
|
||||
########################################################################
|
||||
Add these lines to your Emacs initialization.
|
||||
Add this line to your Emacs initialization.
|
||||
|
||||
(require 'bbdb-loaddefs)
|
||||
(require 'bbdb)
|
||||
|
||||
Depending on which mail user agent and other miscellaneous packages you
|
||||
use, you may also want to add something like these lines.
|
||||
use, you may also want to add something similar to these lines.
|
||||
|
||||
(bbdb-initialize 'gnus 'message)
|
||||
(bbdb-mua-auto-update-init 'gnus 'message)
|
||||
|
Loading…
Reference in New Issue
Block a user