summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2002-03-23 01:24:44 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2002-03-23 01:24:44 +0000
commit9988a01984e1d3d65089fd568071e710d9bf983e (patch)
tree79c62d76a9641384abdea8e9e4a92db205906cca /mk
parent978e4656e59668a763c52084f43a5079a8d3b3cc (diff)
downloadpkgsrc-9988a01984e1d3d65089fd568071e710d9bf983e.tar.gz
if we're using ptl2, then pull in its buildlink.mk file now that one
exists rather than just adding a DEPENDS.
Diffstat (limited to 'mk')
-rw-r--r--mk/pthread.buildlink.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/pthread.buildlink.mk b/mk/pthread.buildlink.mk
index 1b990023d56..e756837012a 100644
--- a/mk/pthread.buildlink.mk
+++ b/mk/pthread.buildlink.mk
@@ -1,4 +1,4 @@
-# $NetBSD: pthread.buildlink.mk,v 1.3 2002/02/08 06:24:45 jlam Exp $
+# $NetBSD: pthread.buildlink.mk,v 1.4 2002/03/23 01:24:44 dmcmahill Exp $
#
# This Makefile fragment is included by packages that use pthreads.
# This Makefile fragment is also included directly by bsd.prefs.mk.
@@ -91,7 +91,7 @@ pthread-buildlink: _BUILDLINK_USE
# XXX slightly challenging, so please beware in the implementation.
#
.elif ${PTHREAD_TYPE} == "ptl2"
-DEPENDS+= ptl>=2.1.7:../../devel/ptl2
+. include "../../devel/ptl2/buildlink.mk"
.elif ${PTHREAD_TYPE} == "mit-pthreads"
DEPENDS+= mit-pthreads-1.60b6:../../devel/mit-pthreads
.elif ${PTHREAD_TYPE} == "unproven-pthreads"