diff options
author | rse <rse@FreeBSD.org> | 1999-08-19 15:40:56 +0000 |
---|---|---|
committer | rse <rse@FreeBSD.org> | 1999-08-19 15:40:56 +0000 |
commit | 3858bb064920f10f3f08b4e9d07edc9a76686ab1 (patch) | |
tree | b2c9baa4c4924f48252e15b427625bc5f34c3473 /devel/pth/Makefile | |
parent | 6643a5cf8c2993ee7209dc51439c49c0b351d2ae (diff) | |
download | FreeBSD-ports-3858bb064920f10f3f08b4e9d07edc9a76686ab1.zip FreeBSD-ports-3858bb064920f10f3f08b4e9d07edc9a76686ab1.tar.gz |
Upgrade to the new stabilized GNU Portable Thread 1.1 series.
This port is now at GNU Pth 1.1.0.
Diffstat (limited to 'devel/pth/Makefile')
-rw-r--r-- | devel/pth/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/devel/pth/Makefile b/devel/pth/Makefile index 0a21157..b2146a2 100644 --- a/devel/pth/Makefile +++ b/devel/pth/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: pth -# Version required: 1.0.6 +# Version required: 1.1.0 # Date Created: 23 May 1999 # Whom: Ralf S. Engelschall # -# $Id: Makefile,v 1.28 1999/08/10 08:12:00 rse Exp $ +# $Id: Makefile,v 1.8 1999/08/18 15:20:00 rse Exp $ # -DISTNAME= pth-1.0.6 +DISTNAME= pth-1.1.0 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} \ ftp://ftp.engelschall.com/sw/pth/ @@ -16,11 +16,12 @@ MAINTAINER= rse@engelschall.com GNU_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} \ + --enable-pthread \ --enable-syscall-soft \ --enable-batch -MAN1= pth-config.1 -MAN3= pth.3 +MAN1= pth-config.1 pthread-config.1 +MAN3= pth.3 pthread.3 post-build: @${ECHO_MSG} "===> Use 'make test' to run a quick test suite." |