Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Dec 2016 20:10:15 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r428321 - in head/net: remmina remmina-plugins
Message-ID:  <201612102010.uBAKAFWR027506@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Dec 10 20:10:15 2016
New Revision: 428321
URL: https://svnweb.freebsd.org/changeset/ports/428321

Log:
  remmina* build fine with bsd make

Modified:
  head/net/remmina-plugins/bsd.plugin.mk
  head/net/remmina/Makefile

Modified: head/net/remmina-plugins/bsd.plugin.mk
==============================================================================
--- head/net/remmina-plugins/bsd.plugin.mk	Sat Dec 10 20:09:18 2016	(r428320)
+++ head/net/remmina-plugins/bsd.plugin.mk	Sat Dec 10 20:10:15 2016	(r428321)
@@ -13,7 +13,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 BUILD_DEPENDS+=	remmina>=${PORTVERSION}:net/remmina
 RUN_DEPENDS+=	remmina>=${PORTVERSION}:net/remmina
 
-USES+=		cmake gmake localbase:ldflags pkgconfig
+USES+=		cmake localbase:ldflags pkgconfig
 USE_GNOME+=	atk gdkpixbuf2 glib20 gtk30 pango
 INSTALLS_ICONS=	yes
 

Modified: head/net/remmina/Makefile
==============================================================================
--- head/net/remmina/Makefile	Sat Dec 10 20:09:18 2016	(r428320)
+++ head/net/remmina/Makefile	Sat Dec 10 20:10:15 2016	(r428321)
@@ -17,7 +17,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	FreeRDP
 GH_PROJECT=	Remmina
 
-USES=		cmake:outsource gettext gmake localbase:ldflags pathfix pkgconfig
+USES=		cmake:outsource gettext localbase:ldflags pathfix pkgconfig
 USE_GNOME=	atk cairo gdkpixbuf2 glib20 gtk30 pango
 USE_XORG=	ice sm x11 xext
 PATHFIX_WRKSRC=		${WRKSRC}/remmina



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