diff options
author | mat <mat@FreeBSD.org> | 2016-04-11 20:33:58 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-11 20:33:58 +0800 |
commit | 4a00c322a8b37417aa0fe56b9e68dd20116a0d85 (patch) | |
tree | d90a6295d927158a672048b6795d519ff9486a28 /net | |
parent | e8513cfdfeff6304d1a5f088cc90dbc5c446e54c (diff) | |
download | freebsd-ports-gnome-4a00c322a8b37417aa0fe56b9e68dd20116a0d85.tar.gz freebsd-ports-gnome-4a00c322a8b37417aa0fe56b9e68dd20116a0d85.tar.zst freebsd-ports-gnome-4a00c322a8b37417aa0fe56b9e68dd20116a0d85.zip |
Fix build with FreeBSD 10.3+.
Sponsored by: Absolight
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 |