diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2002-05-25 14:51:21 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2002-05-25 14:51:21 +0000 |
commit | 1e2bb9d2d1c38f5d0f559ef9d393f95e7c895b23 (patch) | |
tree | f553f3346b831d3113818f23497efe3f36cd9113 /news/tin/Makefile | |
parent | c9d4afc30a22d10fd4cb31012469fff0ef73a827 (diff) | |
download | ports-1e2bb9d2d1c38f5d0f559ef9d393f95e7c895b23.tar.gz ports-1e2bb9d2d1c38f5d0f559ef9d393f95e7c895b23.zip |
Notes
Diffstat (limited to 'news/tin/Makefile')
-rw-r--r-- | news/tin/Makefile | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/news/tin/Makefile b/news/tin/Makefile index 5662bad4a7f9..5c1217f469bf 100644 --- a/news/tin/Makefile +++ b/news/tin/Makefile @@ -6,9 +6,8 @@ # PORTNAME= tin -PORTVERSION= 1.5.11 -PORTREVISION= 1 -CATEGORIES+= news +PORTVERSION= 1.5.12 +CATEGORIES+= news ipv6 MASTER_SITES= ftp://ftp.tin.org/pub/news/clients/tin/v1.5/ \ ftp://nuxi.ucdavis.edu/pub/tin/v1.5/ \ ftp://ftp.nuxi.com/pub/tin/v1.5/ @@ -28,6 +27,7 @@ CONFIGURE_ARGS= --with-nntp-default-server=news \ --with-defaults-dir=${PREFIX}/etc \ --with-editor=/usr/bin/ee \ --enable-nls \ + --enable-ipv6 \ --enable-curses \ --with-ncurses \ --disable-mime-strict-charset \ @@ -58,12 +58,6 @@ post-patch: pre-configure: ${CP} ${FILESDIR}/pcre.h ${WRKSRC}/pcre -post-configure: - if nm /usr/lib/libc.a | ${GREP} -q strcasestr; then \ - ${ECHO_CMD} "#define HAVE_STRCASESTR 1" \ - >> ${WRKSRC}/include/autoconf.h; \ - fi - post-build: cd ${WRKSRC}/po; ${GMAKE} |