Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Apr 2016 12:33:58 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r413026 - head/net/ripe-whois
Message-ID:  <201604111233.u3BCXwr4039396@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Mon Apr 11 12:33:58 2016
New Revision: 413026
URL: https://svnweb.freebsd.org/changeset/ports/413026

Log:
  Fix build with FreeBSD 10.3+.
  
  Sponsored by:	Absolight

Modified:
  head/net/ripe-whois/Makefile   (contents, props changed)

Modified: head/net/ripe-whois/Makefile
==============================================================================
--- head/net/ripe-whois/Makefile	Mon Apr 11 12:33:53 2016	(r413025)
+++ head/net/ripe-whois/Makefile	Mon Apr 11 12:33:58 2016	(r413026)
@@ -10,7 +10,7 @@ DISTNAME=	whois3-${PORTVERSION}
 MAINTAINER=	lerik@nolink.net
 COMMENT=	The RIPE whois client version 3
 
-USES=		perl5
+USES=		perl5 gmake
 USE_PERL5=	build
 
 GNU_CONFIGURE=	yes



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