diff options
Diffstat (limited to 'databases/bbdb/Makefile')
-rw-r--r-- | databases/bbdb/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/databases/bbdb/Makefile b/databases/bbdb/Makefile index feb64c082925..b658e6931ee9 100644 --- a/databases/bbdb/Makefile +++ b/databases/bbdb/Makefile @@ -25,6 +25,9 @@ INFOENTRY= "* BBDB: (bbdb). The Insidious Big Brother Database." PLIST_SUB+= BBDB_LISPDIR=${BBDB_LISPDIR} \ DIRSECTION=${DIRSECTION} INFOENTRY=${INFOENTRY} +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-emacs=${EMACS_CMD} + do-install: ${MKDIR} ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME} ${INSTALL_DATA} ${WRKSRC}/lisp/*.el ${WRKSRC}/lisp/*.elc ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME} |