diff options
author | Renato Botelho <garga@FreeBSD.org> | 2005-12-13 15:05:03 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2005-12-13 15:05:03 +0000 |
commit | 72b03541c62bcac9d9bf5227b95be9b54f7fd9b0 (patch) | |
tree | a1be393454d33815031738ec9be747891b150ff9 /net/whois/Makefile | |
parent | 0f61ed98e15584f2f651ed0a5e53e071ad720f97 (diff) |
Notes
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="" |