diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-11-19 22:07:43 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-11-19 22:07:43 +0000 |
commit | 07b27888644efc66d4ed412de3c7ba9d7b2b54af (patch) | |
tree | d57c864005baed96c03a9d962fb4dbe250891caf /databases/bbdb | |
parent | f155fbddef259ee56ccb70f0869df0f468f1e2a5 (diff) | |
download | ports-07b27888644efc66d4ed412de3c7ba9d7b2b54af.tar.gz ports-07b27888644efc66d4ed412de3c7ba9d7b2b54af.zip |
Notes
Diffstat (limited to 'databases/bbdb')
-rw-r--r-- | databases/bbdb/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/bbdb/Makefile b/databases/bbdb/Makefile index c5987b1bd599..27e0b7ce582e 100644 --- a/databases/bbdb/Makefile +++ b/databases/bbdb/Makefile @@ -24,6 +24,7 @@ DIRSECTION= "The Emacs editor and associated tools" INFOENTRY= "* BBDB: (bbdb). The Insidious Big Brother Database." PLIST_SUB+= BBDB_LISPDIR=${BBDB_LISPDIR} \ DIRSECTION=${DIRSECTION} INFOENTRY=${INFOENTRY} +MAKE_JOBS_UNSAFE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-emacs=${EMACS_CMD} |