git: 9f77f5910acf - main - finance/libofx: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 08 Oct 2021 11:44:28 UTC
The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=9f77f5910acf343d093cd623655f0cb5540ca81e commit 9f77f5910acf343d093cd623655f0cb5540ca81e Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2021-10-08 11:12:44 +0000 Commit: Bernhard Froehlich <decke@FreeBSD.org> CommitDate: 2021-10-08 11:12:44 +0000 finance/libofx: Add CPE information Approved by: portmgr (blanket) --- finance/libofx/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/finance/libofx/Makefile b/finance/libofx/Makefile index 757d6116fbf0..eb331e0572e8 100644 --- a/finance/libofx/Makefile +++ b/finance/libofx/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ libxml++-2.6.so:textproc/libxml++26 \ libosp.so:textproc/opensp -USES= gettext-runtime gmake gnome iconv libtool localbase pathfix pkgconfig \ +USES= cpe gettext-runtime gmake gnome iconv libtool localbase pathfix pkgconfig \ compiler:c++11-lang USE_CXXSTD= c++11 USE_GNOME= glib20 glibmm libsigc++20 libxml2 @@ -27,6 +27,7 @@ USE_LDCONFIG= yes INSTALL_TARGET= install-strip TEST_TARGET= check PORTDOCS= * +CPE_VENDOR= libofx_project OPTIONS_DEFINE= DOCS