Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Nov 2019 14:31:37 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r516891 - head/emulators/fuse
Message-ID:  <201911061431.xA6EVbfm053579@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Wed Nov  6 14:31:37 2019
New Revision: 516891
URL: https://svnweb.freebsd.org/changeset/ports/516891

Log:
  Fix typo in USES.
  
  Approved by:	portmgr (fixit blanket)

Modified:
  head/emulators/fuse/Makefile

Modified: head/emulators/fuse/Makefile
==============================================================================
--- head/emulators/fuse/Makefile	Wed Nov  6 14:17:48 2019	(r516890)
+++ head/emulators/fuse/Makefile	Wed Nov  6 14:31:37 2019	(r516891)
@@ -19,7 +19,7 @@ LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
 		libspectrum.so:emulators/libspectrum
 
 USES=		compiler:c++11-lang gettext gmake gnome localbase perl5 \
-		pkgconfiga xorg
+		pkgconfig xorg
 USE_PERL5=	build
 USE_GNOME=	cairo libxml2 glib20
 USE_XORG=	x11



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911061431.xA6EVbfm053579>