Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Feb 2020 04:46:28 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r524805 - head/devel/gamin
Message-ID:  <202002020446.0124kSWg045907@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002020446.0124kSWg045907>