svn commit: r413026 - head/net/ripe-whois

Mathieu Arnold mat at FreeBSD.org
Mon Apr 11 12:34:00 UTC 2016


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 at nolink.net
 COMMENT=	The RIPE whois client version 3
 
-USES=		perl5
+USES=		perl5 gmake
 USE_PERL5=	build
 
 GNU_CONFIGURE=	yes


More information about the svn-ports-all mailing list