diff options
author | kim <kim@pkgsrc.org> | 2005-04-01 03:28:36 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 2005-04-01 03:28:36 +0000 |
commit | eeca86733806ca4ede3220628840c356d7a2b517 (patch) | |
tree | db2e1f19338d23f019158346cd8ee4d6d01d27fc /news/nntpclnt/Makefile | |
parent | 26e3561185d56e6797084017d6aa7d2d7ffb1713 (diff) | |
download | pkgsrc-eeca86733806ca4ede3220628840c356d7a2b517.tar.gz |
Macros defined in "config.h" cause prototypes in <strings.h> to break,
so include the latter before the former.
Diffstat (limited to 'news/nntpclnt/Makefile')
-rw-r--r-- | news/nntpclnt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/news/nntpclnt/Makefile b/news/nntpclnt/Makefile index ebcbcc7ed87..c7f7fc9034a 100644 --- a/news/nntpclnt/Makefile +++ b/news/nntpclnt/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.22 2004/12/03 15:15:07 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2005/04/01 03:28:36 kim Exp $ DISTNAME= nntpclnt-1.6.1 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= news MASTER_SITES= ftp://ftp.uu.net/networking/news/nntp/ |