diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-06 07:00:15 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-06 07:00:15 +0000 |
commit | ee79f6d785df6f3cd95e310217b654e7ddbf984a (patch) | |
tree | e056c71dcec2891a27063c3d2ff95b45626ce6d4 /net/ripe-whois | |
parent | d8771481e0d9feb41858258fb28adbfe2dc62f66 (diff) | |
download | ports-ee79f6d785df6f3cd95e310217b654e7ddbf984a.tar.gz ports-ee79f6d785df6f3cd95e310217b654e7ddbf984a.zip |
Notes
Diffstat (limited to 'net/ripe-whois')
-rw-r--r-- | net/ripe-whois/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ripe-whois/Makefile b/net/ripe-whois/Makefile index df5ee30e6e43..78bd8dc187fc 100644 --- a/net/ripe-whois/Makefile +++ b/net/ripe-whois/Makefile @@ -14,7 +14,8 @@ DISTNAME= whois3-${PORTVERSION} MAINTAINER= lerik@nolink.net COMMENT= The RIPE whois client version 3 -USE_PERL5_BUILD= yes +USES= perl5 +USE_PERL5= build GNU_CONFIGURE= yes |