diff options
Diffstat (limited to 'net/whois/Makefile')
-rw-r--r-- | net/whois/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/whois/Makefile b/net/whois/Makefile index e773f13fec29..a468b9740493 100644 --- a/net/whois/Makefile +++ b/net/whois/Makefile @@ -14,11 +14,10 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= filippo@widestore.net COMMENT= Marco d'Itri whois client -LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv - MAN1= whois.1 USE_GETTEXT= yes +USE_ICONV= yes USE_PERL5_BUILD= yes USE_REINPLACE= yes USE_GMAKE= yes |