diff options
author | linimon <linimon@FreeBSD.org> | 2018-11-28 00:36:14 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-11-28 00:36:14 +0800 |
commit | 4e663971632a3c1b2cc6739f6a56c874dba0e421 (patch) | |
tree | 3629b48143154a1036e1c2427fd6ff136d7246ab /x11-fm | |
parent | 34cfcb861841395df4da5d7551da1cea6184a011 (diff) | |
download | freebsd-ports-gnome-4e663971632a3c1b2cc6739f6a56c874dba0e421.tar.gz freebsd-ports-gnome-4e663971632a3c1b2cc6739f6a56c874dba0e421.tar.zst freebsd-ports-gnome-4e663971632a3c1b2cc6739f6a56c874dba0e421.zip |
Previous patch did not include adding gmake mate to USES.
PR: 232622
Reported by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/caja/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-fm/caja/Makefile b/x11-fm/caja/Makefile index f1b57140a68c..6f0054c81b55 100644 --- a/x11-fm/caja/Makefile +++ b/x11-fm/caja/Makefile @@ -22,8 +22,8 @@ LIB_DEPENDS= libexif.so:graphics/libexif \ PORTSCOUT= limitw:1,even -USES= compiler:c11 desktop-file-utils gettext gmake \ - libtool localbase pathfix pkgconfig shared-mime-info tar:xz +USES= compiler:c11 desktop-file-utils gettext gmake gnome libtool \ + localbase mate pathfix pkgconfig shared-mime-info tar:xz USE_MATE= desktop icontheme:run USE_XORG= ice sm x11 USE_GNOME= cairo gtk30 gnomeprefix intltool introspection:build libxml2 |