diff options
Diffstat (limited to 'net/whois/Makefile')
-rw-r--r-- | net/whois/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/net/whois/Makefile b/net/whois/Makefile index 8614d3b38072..0087e0a74e5b 100644 --- a/net/whois/Makefile +++ b/net/whois/Makefile @@ -6,7 +6,7 @@ # PORTNAME= whois -PORTVERSION= 4.7.8 +PORTVERSION= 4.7.10 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL} DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -16,11 +16,12 @@ COMMENT= Marco d'Itri whois client MAN1= whois.1 -USE_ICONV= yes +USE_ICONV= yes USE_PERL5_BUILD= yes -USE_REINPLACE= yes +USE_REINPLACE= yes USE_GETOPT_LONG= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-4.7.7 + +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} MAKE_ENV= LDFLAGS="${LDFLAGS}" MAKE_ARGS= OPTS="" |