svn commit: r567336 - head/textproc/mgdiff

Kurt Jaeger pi at FreeBSD.org
Thu Mar 4 19:40:10 UTC 2021


Author: pi
Date: Thu Mar  4 19:40:10 2021
New Revision: 567336
URL: https://svnweb.freebsd.org/changeset/ports/567336

Log:
  textproc/mgdiff: fix the build on -CURRENT
  
  - libgnuregex has been removed in -CURRENT. Switch to using the
    newer version that's provided in ports as of ports r559542
  
  PR:		252257
  Submitted by:	kevans
  Reviewed by:	fernape
  Approved by:	Chris Hutchinson <portmaster at bsdforge.com> (maintainer)

Modified:
  head/textproc/mgdiff/Makefile

Modified: head/textproc/mgdiff/Makefile
==============================================================================
--- head/textproc/mgdiff/Makefile	Thu Mar  4 19:37:39 2021	(r567335)
+++ head/textproc/mgdiff/Makefile	Thu Mar  4 19:40:10 2021	(r567336)
@@ -13,6 +13,8 @@ COMMENT=	Graphical front end to the UNIX diff command
 
 LICENSE=	MIT
 
+LIB_DEPENDS=	libgnuregex.so:devel/libgnuregex
+
 USES=		imake motif xorg
 USE_XORG=	ice sm x11 xext xmu xt
 


More information about the svn-ports-head mailing list