diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2015-08-28 15:41:15 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2015-08-28 15:41:15 +0000 |
commit | 4fb14cf22bbd1b19bed9f515fa638e455f236e10 (patch) | |
tree | da37cd185be53ec02f158b112489595ed0645259 /net/jwhois/Makefile | |
parent | 296104b86a6a951a131a498a0b34732167e18b37 (diff) |
Notes
Diffstat (limited to 'net/jwhois/Makefile')
-rw-r--r-- | net/jwhois/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/jwhois/Makefile b/net/jwhois/Makefile index 127595a0e0f8..f13a02efff64 100644 --- a/net/jwhois/Makefile +++ b/net/jwhois/Makefile @@ -3,7 +3,7 @@ PORTNAME= jwhois PORTVERSION= 4.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net MASTER_SITES= GNU @@ -13,7 +13,7 @@ COMMENT= Improved WHOIS client capable of selecting server to query LICENSE= GPLv3 GNU_CONFIGURE= yes -USES= gettext gmake +USES= gettext gmake iconv CPPFLAGS+= -I${PREFIX}/include LDFLAGS+= -L${PREFIX}/lib CONFIGURE_ARGS= --localstatedir=${PREFIX}/var/jwhois |