diff options
Diffstat (limited to 'net/whois/Makefile')
-rw-r--r-- | net/whois/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net/whois/Makefile b/net/whois/Makefile index edba67964dcf..dbd82882606f 100644 --- a/net/whois/Makefile +++ b/net/whois/Makefile @@ -6,13 +6,13 @@ # PORTNAME= whois -PORTVERSION= 4.7.34 +PORTVERSION= 4.7.36 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL} DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= lapo@lapo.it -COMMENT= Marco d\'Itri whois client +COMMENT= Marco d'Itri whois client USE_GMAKE= yes USE_ICONV= yes @@ -20,9 +20,6 @@ USE_PERL5_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -#LDFLAGS+= -L/usr/local/lib -#CFLAGS+= -I/usr/local/include - MAKE_ENV= LDFLAGS="${LDFLAGS}" MAKE_ARGS= OPTS="" |