diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-06 13:19:32 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-06 13:19:32 +0000 |
commit | 16806fa293fb9957c2677fe4ab9265f22fc82109 (patch) | |
tree | 0348a19073be8bb4da1d70c970ad72b024908748 | |
parent | 3de791b6e749bb55d77da476942be259380293ff (diff) | |
download | ports-16806fa293fb9957c2677fe4ab9265f22fc82109.tar.gz ports-16806fa293fb9957c2677fe4ab9265f22fc82109.zip |
www/midori: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | www/midori/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/midori/Makefile b/www/midori/Makefile index 1c4a29a54976..b7b9fb73154d 100644 --- a/www/midori/Makefile +++ b/www/midori/Makefile @@ -23,11 +23,13 @@ LIB_DEPENDS= libnotify.so:devel/libnotify \ libharfbuzz.so:print/harfbuzz RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss -USES= cmake compiler:c++11-lang desktop-file-utils gettext gnome \ +USES= cmake compiler:c++11-lang cpe desktop-file-utils gettext gnome \ libarchive localbase:ldflags pkgconfig sqlite tar:bzip2 USE_GNOME= cairo glib20 gtk30 intltool introspection librsvg2:build \ libxml2 +CPE_VENDOR= midori-browser + CFLAGS+= -Wno-return-type CMAKE_ARGS= -DUSE_APIDOCS:BOOL=OFF |