diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-10 20:16:14 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-10 21:17:53 +0000 |
commit | 4376e24336d2ba421d78df964c6fad0a409b381a (patch) | |
tree | cffef238a41d6a9ff57413ee4c819e51385ce364 /x11-fm/nautilus/Makefile | |
parent | cd6c32a56ca14343fb20d00c049f5108369925c7 (diff) | |
download | ports-4376e24336d2ba421d78df964c6fad0a409b381a.tar.gz ports-4376e24336d2ba421d78df964c6fad0a409b381a.zip |
x11-fm/nautilus: Add CPE information
Approved by: portmgr (blanket)
Diffstat (limited to 'x11-fm/nautilus/Makefile')
-rw-r--r-- | x11-fm/nautilus/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-fm/nautilus/Makefile b/x11-fm/nautilus/Makefile index a6faea65599e..1e296d37951c 100644 --- a/x11-fm/nautilus/Makefile +++ b/x11-fm/nautilus/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= libgexiv2.so:graphics/gexiv2 \ PORTSCOUT= limitw:1,even -USES= compiler:c11 desktop-file-utils gettext gnome localbase meson \ +USES= compiler:c11 cpe desktop-file-utils gettext gnome localbase meson \ pkgconfig python:3.6+,build tar:xz xorg USE_GNOME= cairo gdkpixbuf2 gnomedesktop3 USE_GSTREAMER1= yes @@ -31,6 +31,7 @@ USE_XORG= x11 MESON_ARGS= -Denable-packagekit=false \ -Denable-selinux=false BINARY_ALIAS= python3=${PYTHON_VERSION} +CPE_VENDOR= gnome GLIB_SCHEMAS= org.gnome.nautilus.gschema.xml |