svn commit: r524805 - head/devel/gamin

Steve Wills swills at FreeBSD.org
Sun Feb 2 04:46:29 UTC 2020


Author: swills
Date: Sun Feb  2 04:46:28 2020
New Revision: 524805
URL: https://svnweb.freebsd.org/changeset/ports/524805

Log:
  devel/gamin: Remove gmake dependency
  
  PR:		243255
  Submitted by:	daniel.engberg.lists at pyret.net

Modified:
  head/devel/gamin/Makefile   (contents, props changed)

Modified: head/devel/gamin/Makefile
==============================================================================
--- head/devel/gamin/Makefile	Sun Feb  2 03:56:41 2020	(r524804)
+++ head/devel/gamin/Makefile	Sun Feb  2 04:46:28 2020	(r524805)
@@ -11,7 +11,7 @@ MASTER_SITES=	http://people.gnome.org/~veillard/gamin/
 MAINTAINER?=	ports at FreeBSD.org
 COMMENT?=	File and directory monitoring system
 
-USES+=		gettext gmake gnome libtool pathfix pkgconfig
+USES+=		gettext gnome libtool pathfix pkgconfig
 USE_GNOME?=	glib20
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes


More information about the svn-ports-head mailing list