diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-05-07 00:12:29 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-05-07 00:12:29 +0000 |
commit | 488b2131831ae04c9871c69e45a79e378dbc4bf7 (patch) | |
tree | b3fd8f063fd877cf92b7c9c5856691f8fc8aafd7 /devel/ptl | |
parent | BROKEN: Distinfo is incorrect (diff) |
BROKEN: Does not compile
Notes
Notes:
svn path=/head/; revision=80309
Diffstat (limited to 'devel/ptl')
-rw-r--r-- | devel/ptl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/ptl/Makefile b/devel/ptl/Makefile index 276ed847df7e..d7ca5190f695 100644 --- a/devel/ptl/Makefile +++ b/devel/ptl/Makefile @@ -16,6 +16,8 @@ DISTNAME= ${PORTNAME:U}-${PORTVERSION} MAINTAINER= knu@FreeBSD.org COMMENT= A user level multi-thread library based on POSIX 1003.1c API +BROKEN= "Does not compile" + BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf PATCH_SITES= ${MASTER_SITES} |