diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-10 19:05:57 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-10 21:17:24 +0000 |
commit | 8a8b41d5363c7f2e373c5ddc0fa5e6838c7dd562 (patch) | |
tree | 785c52a7049d3e33281c2985ab9e3f972e07ee2d | |
parent | c05a301eaa70aff20bcea96487ae2b8ee8b9de87 (diff) | |
download | ports-8a8b41d5363c7f2e373c5ddc0fa5e6838c7dd562.tar.gz ports-8a8b41d5363c7f2e373c5ddc0fa5e6838c7dd562.zip |
mail/evolution: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | mail/evolution/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index fbfb6e5d6ec4..743552ec99da 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -42,7 +42,7 @@ RUN_DEPENDS= highlight:textproc/highlight \ PORTSCOUT= limitw:1,even -USES= compiler:c11 desktop-file-utils cmake gettext gnome \ +USES= compiler:c11 cpe desktop-file-utils cmake gettext gnome \ iconv:wchar_t sqlite libarchive localbase pathfix pkgconfig \ tar:xz xorg USE_GNOME= cairo evolutiondataserver3 gnomedesktop3 intltool @@ -50,6 +50,7 @@ GNU_CONFIGURE= yes USE_XORG= x11 INSTALLS_ICONS= yes USE_LDCONFIG= yes +CPE_VENDOR= gnome CMAKE_ARGS= -DENABLE_TEXT_HIGHLIGHT=YES \ -DWITH_ENCHANT_VERSION=2 \ -DVERSION_COMMENT="FreeBSD GNOME Team" |