aboutsummaryrefslogtreecommitdiff
path: root/net/whois
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-03-30 19:56:43 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-03-30 19:56:43 +0000
commita9f655130603ff40a917146738a8cb2487ed5f82 (patch)
tree5babe5a6833f10e0055bcf2c88ac48e0eaa8c05d /net/whois
parentc6f7e574ed68c7363c234c63e9d7af5f6599b904 (diff)
downloadports-a9f655130603ff40a917146738a8cb2487ed5f82.tar.gz
ports-a9f655130603ff40a917146738a8cb2487ed5f82.zip
- Use USE_ICONV knob
Approved by: portmgr
Notes
Notes: svn path=/head/; revision=105726
Diffstat (limited to 'net/whois')
-rw-r--r--net/whois/Makefile3
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