svn commit: r486024 - head/x11-fm/caja

Mark Linimon linimon at FreeBSD.org
Tue Nov 27 16:36:15 UTC 2018


Author: linimon
Date: Tue Nov 27 16:36:14 2018
New Revision: 486024
URL: https://svnweb.freebsd.org/changeset/ports/486024

Log:
  Previous patch did not include adding gmake mate to USES.
  
  PR:		232622
  Reported by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/x11-fm/caja/Makefile

Modified: head/x11-fm/caja/Makefile
==============================================================================
--- head/x11-fm/caja/Makefile	Tue Nov 27 16:32:44 2018	(r486023)
+++ head/x11-fm/caja/Makefile	Tue Nov 27 16:36:14 2018	(r486024)
@@ -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


More information about the svn-ports-all mailing list