diff options
author | rse <rse@FreeBSD.org> | 1999-07-14 06:45:02 +0000 |
---|---|---|
committer | rse <rse@FreeBSD.org> | 1999-07-14 06:45:02 +0000 |
commit | c0e1e948e4aa07cae41a20e800b8c510cbb3c7c0 (patch) | |
tree | cf5bcd31208889533ff051f940653efb487d1966 /devel/pth/Makefile | |
parent | fff50219cc03ccb802357bc5bb3ff22a8bc813b9 (diff) | |
download | FreeBSD-ports-c0e1e948e4aa07cae41a20e800b8c510cbb3c7c0.zip FreeBSD-ports-c0e1e948e4aa07cae41a20e800b8c510cbb3c7c0.tar.gz |
Upgrade to GNU Portable Threads, Version 1.0b6
Diffstat (limited to 'devel/pth/Makefile')
-rw-r--r-- | devel/pth/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/pth/Makefile b/devel/pth/Makefile index 56b34a3..7f28177 100644 --- a/devel/pth/Makefile +++ b/devel/pth/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: pth -# Version required: 1.0b5 +# Version required: 1.0b6 # Date Created: 23 May 1999 # Whom: Ralf S. Engelschall # -# $Id: Makefile,v 1.18 1999/07/08 11:08:13 rse Exp $ +# $Id: Makefile,v 1.19 1999/07/11 15:49:31 rse Exp $ # -DISTNAME= pth-1.0b5 +DISTNAME= pth-1.0b6 CATEGORIES= devel MASTER_SITES= ftp://alpha.gnu.org/gnu/pth/ |