diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-09-24 03:22:28 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-09-24 03:22:28 +0000 |
commit | 56fb58c56f8c9a1efad1589a56a57df3c0dbb225 (patch) | |
tree | 407a7ca984606a238df7d27040696acf725d4aff /news | |
parent | b6000bd1d15d7aa952ef8d4d5d8a7f6e55e04fe3 (diff) | |
download | ports-56fb58c56f8c9a1efad1589a56a57df3c0dbb225.tar.gz ports-56fb58c56f8c9a1efad1589a56a57df3c0dbb225.zip |
Migrate from devel/automake15 to devel/automake19
Notes
Notes:
svn path=/head/; revision=261748
Diffstat (limited to 'news')
-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. |