svn commit: r558771 - in head/comms/fldigi: . files

Diane Bruce db at FreeBSD.org
Sun Dec 20 20:09:44 UTC 2020


Author: db
Date: Sun Dec 20 20:09:44 2020
New Revision: 558771
URL: https://svnweb.freebsd.org/changeset/ports/558771

Log:
  Actually the patch-src_Makefile.am is not needed at all and since
  it only needed gsed to cover a broken sed in base the Makefile does
  not need to bring in gsed.

Deleted:
  head/comms/fldigi/files/patch-src_Makefile.am
Modified:
  head/comms/fldigi/Makefile

Modified: head/comms/fldigi/Makefile
==============================================================================
--- head/comms/fldigi/Makefile	Sun Dec 20 19:57:48 2020	(r558770)
+++ head/comms/fldigi/Makefile	Sun Dec 20 20:09:44 2020	(r558771)
@@ -13,8 +13,7 @@ LICENSE=	GPLv3
 
 BUILD_DEPENDS=	asciidoc:textproc/asciidoc\
 		docbook-xsl>=1.0:textproc/docbook-xsl\
-		xsltproc:textproc/libxslt \
-		gsed:textproc/gsed
+		xsltproc:textproc/libxslt
 LIB_DEPENDS=	libboost_system.so:devel/boost-libs\
 		libpng.so:graphics/png \
 		libfltk.so:x11-toolkits/fltk \


More information about the svn-ports-all mailing list