git: 1ea304f3359a - main - databases/mdbtools: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 18 Mar 2022 13:26:05 UTC
The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=1ea304f3359a0597fa864e4ed89f046b4523482c commit 1ea304f3359a0597fa864e4ed89f046b4523482c Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2022-03-18 13:03:06 +0000 Commit: Bernhard Froehlich <decke@FreeBSD.org> CommitDate: 2022-03-18 13:23:48 +0000 databases/mdbtools: Add CPE information Approved by: portmgr (blanket) --- databases/mdbtools/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/databases/mdbtools/Makefile b/databases/mdbtools/Makefile index 976d588f895a..24b4ba9476a9 100644 --- a/databases/mdbtools/Makefile +++ b/databases/mdbtools/Makefile @@ -17,7 +17,7 @@ BUILD_DEPENDS= bash-completion>=0:shells/bash-completion \ LIB_DEPENDS= libodbcinst.so:databases/unixODBC RUN_DEPENDS= bash-completion>=0:shells/bash-completion -USES= bison gnome iconv:wchar_t libtool pathfix \ +USES= bison cpe gnome iconv:wchar_t libtool pathfix \ pkgconfig readline USE_GNOME= glib20 USE_LDCONFIG= yes @@ -25,6 +25,8 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= ${ICONV_CONFIGURE_ARG} \ --with-unixodbc=${LOCALBASE} +CPE_VENDOR= mdbtools_project + INSTALL_TARGET= install-strip OPTIONS_DEFINE= DOCS MANPAGES LIBMSWSTR NLS