diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-09-30 04:47:36 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-09-30 04:47:36 +0000 |
commit | 48420a5ebd9fbd0e15cf0fa5b62dd93ae9cd2531 (patch) | |
tree | eedd43e6e7c3a96d77549de85690d46016e9cc7e /news | |
parent | af4658fb56c22ab36db1f30588a3964e1d47d634 (diff) | |
download | ports-48420a5ebd9fbd0e15cf0fa5b62dd93ae9cd2531.tar.gz ports-48420a5ebd9fbd0e15cf0fa5b62dd93ae9cd2531.zip |
Notes
Diffstat (limited to 'news')
-rw-r--r-- | news/newscache/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/news/newscache/Makefile b/news/newscache/Makefile index 49a287e0c034..5c49b32b55c0 100644 --- a/news/newscache/Makefile +++ b/news/newscache/Makefile @@ -7,7 +7,7 @@ PORTNAME= newscache PORTVERSION= 1.2.r.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= news MASTER_SITES= http://src.linuxhacker.at/NewsCache/ DISTNAME= NewsCache-${PORTVERSION:S/.r./rc/} @@ -17,7 +17,7 @@ COMMENT= NewsCache is a free cache server for USENET News LIB_DEPENDS= socket[+][+].1:${PORTSDIR}/net/libsocket++ -USE_AUTOTOOLS= automake:19 autoheader:259 autoconf:259 +USE_AUTOTOOLS= automake:19 autoheader:261 autoconf:261 USE_GETOPT_LONG=yes AUTOMAKE_ARGS= --add-missing CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ |