diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-11 12:33:58 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-11 12:33:58 +0000 |
commit | a535e3a54ae947243641be7a6e4361fc5ffb19e2 (patch) | |
tree | d90a6295d927158a672048b6795d519ff9486a28 /net | |
parent | 557a9e2f41a0238907782a1e8c42d3b1c662b82c (diff) | |
download | ports-a535e3a54ae947243641be7a6e4361fc5ffb19e2.tar.gz ports-a535e3a54ae947243641be7a6e4361fc5ffb19e2.zip |
Fix build with FreeBSD 10.3+.
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=413026
Diffstat (limited to 'net')
-rw-r--r-- | net/ripe-whois/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ripe-whois/Makefile b/net/ripe-whois/Makefile index 4ea8041a9d05..94a94a1a6596 100644 --- a/net/ripe-whois/Makefile +++ b/net/ripe-whois/Makefile @@ -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 |