diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-06 13:20:58 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-06 13:20:58 +0000 |
commit | 8a1cbabfc3a0348d80a20e5ee4a57c6bc84c7c38 (patch) | |
tree | 52040e92f48c2564f44374a353837fa1e7906145 | |
parent | 16806fa293fb9957c2677fe4ab9265f22fc82109 (diff) | |
download | ports-8a1cbabfc3a0348d80a20e5ee4a57c6bc84c7c38.tar.gz ports-8a1cbabfc3a0348d80a20e5ee4a57c6bc84c7c38.zip |
x11-fm/thunar: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | x11-fm/thunar/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-fm/thunar/Makefile b/x11-fm/thunar/Makefile index 911459eaf948..049e2a54b6d9 100644 --- a/x11-fm/thunar/Makefile +++ b/x11-fm/thunar/Makefile @@ -17,13 +17,15 @@ LICENSE_FILE_LGPL20= ${WRKSRC}/COPYING.LIB LIB_DEPENDS= libtumbler-1.so:deskutils/xfce4-tumbler RUN_DEPENDS= pkexec:sysutils/polkit -USES= compiler:c11 desktop-file-utils gettext-tools gmake gnome \ +USES= compiler:c11 cpe desktop-file-utils gettext-tools gmake gnome \ libtool pathfix perl5 pkgconfig tar:bzip2 xfce xorg USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 intltool USE_LDCONFIG= yes USE_XFCE= libexo USE_XORG= ice sm x11 +CPE_VENDOR= xfce + GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-gio-unix \ --disable-gudev |