svn commit: r535254 - head/net-p2p/awgg

Jose Alonso Cardenas Marquez acm at FreeBSD.org
Thu May 14 19:53:14 UTC 2020


Author: acm
Date: Thu May 14 19:53:14 2020
New Revision: 535254
URL: https://svnweb.freebsd.org/changeset/ports/535254

Log:
  - Fix typo
  
  Reported by:	fluffy

Modified:
  head/net-p2p/awgg/Makefile

Modified: head/net-p2p/awgg/Makefile
==============================================================================
--- head/net-p2p/awgg/Makefile	Thu May 14 19:44:57 2020	(r535253)
+++ head/net-p2p/awgg/Makefile	Thu May 14 19:53:14 2020	(r535254)
@@ -20,7 +20,7 @@ gtk2_CONFLICTS_INSTALL=	${PORTNAME}-qt5
 qt5_CONFLICTS_INSTALL=	${PORTNAME}-gtk2
 
 USES=		fpc gnome lazarus:flavors xorg
-USE_FPC=	chm fcl-base fcl-db fcl-image fcl-json ffcl-net cl-registry \
+USE_FPC=	chm fcl-base fcl-db fcl-image fcl-json fcl-net fcl-registry \
 		fcl-web fcl-xml openssl pasjpeg regexpr rtl-extra rtl-objpas x11
 USE_XORG=	x11
 USE_GITHUB=	yes


More information about the svn-ports-all mailing list