diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-01-25 14:41:19 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-01-25 14:41:19 +0800 |
commit | ce756b4a6c33d0194aa22ed5f53dee55e1d5a449 (patch) | |
tree | 325f3c78799a55b1e40a606cad5ecc4f0665da3b /news/nntp/Makefile | |
parent | 4cd42a284488fb3ab2e60bc0a4b19702d42211f9 (diff) | |
download | freebsd-ports-gnome-ce756b4a6c33d0194aa22ed5f53dee55e1d5a449.tar.gz freebsd-ports-gnome-ce756b4a6c33d0194aa22ed5f53dee55e1d5a449.tar.zst freebsd-ports-gnome-ce756b4a6c33d0194aa22ed5f53dee55e1d5a449.zip |
- Add a patch to use getloadavg(3) instead of nlist and kernel sysmbols
- bumped PORTREVISION
Diffstat (limited to 'news/nntp/Makefile')
-rw-r--r-- | news/nntp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/news/nntp/Makefile b/news/nntp/Makefile index ffcb9644b90d..c201eb79e3e9 100644 --- a/news/nntp/Makefile +++ b/news/nntp/Makefile @@ -7,6 +7,7 @@ PORTNAME= nntp PORTVERSION= 1.5.12.2 +PORTREVISION= 1 CATEGORIES= news MASTER_SITES= ftp://ftp.academ.com/pub/nntp/server/ DISTNAME= ${PORTNAME}.${PORTVERSION} |