svn commit: r516891 - head/emulators/fuse

Guido Falsi madpilot at FreeBSD.org
Wed Nov 6 14:31:37 UTC 2019


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


More information about the svn-ports-head mailing list