diff options
author | ade <ade@FreeBSD.org> | 2010-09-24 11:22:28 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2010-09-24 11:22:28 +0800 |
commit | baf219673b2f513c587184c60605664fc88114bf (patch) | |
tree | cb7da1a40a87abf2b3f5bf6369eaec482423dca8 /news/nntpcache | |
parent | 4e4fa6a75c274e360567e0e42972001503cc46fe (diff) | |
download | freebsd-ports-gnome-baf219673b2f513c587184c60605664fc88114bf.tar.gz freebsd-ports-gnome-baf219673b2f513c587184c60605664fc88114bf.tar.zst freebsd-ports-gnome-baf219673b2f513c587184c60605664fc88114bf.zip |
Migrate from devel/automake15 to devel/automake19
Diffstat (limited to 'news/nntpcache')
-rw-r--r-- | news/nntpcache/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/news/nntpcache/Makefile b/news/nntpcache/Makefile index cdce6d56ca85..db42ceb708a6 100644 --- a/news/nntpcache/Makefile +++ b/news/nntpcache/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://www.xs4all.nl/~suelette/ MAINTAINER= leeym@FreeBSD.org COMMENT= News caching/anti-spam/server-merging system -USE_AUTOTOOLS= automake:15:env +USE_AUTOTOOLS= automake:19:env # This may be set interactively at install-time. NNTPCache will # cache news articles and related data in ${SPOOLDIR}/nntpcache. |