summaryrefslogtreecommitdiff
path: root/net/kdenetwork3
diff options
context:
space:
mode:
authorjlam <jlam>2002-08-01 05:48:00 +0000
committerjlam <jlam>2002-08-01 05:48:00 +0000
commit9b900eabc67a7ba15936287786b9a7eb6ad9e539 (patch)
treeddb090c3c0b454f9c8402f5b1724832e17cddad6 /net/kdenetwork3
parentd198fcab2e32d787405097480a7bb9c620348571 (diff)
downloadpkgsrc-9b900eabc67a7ba15936287786b9a7eb6ad9e539.tar.gz
Adjust to new pthread.buildlink.mk: remove USE_PTHREAD and replace with
appropriate PTHREAD_OPTS incantation, and move the checks for the value of PTHREAD_TYPE below the inclusion of pthread.buildlink.mk.
Diffstat (limited to 'net/kdenetwork3')
-rw-r--r--net/kdenetwork3/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/kdenetwork3/Makefile b/net/kdenetwork3/Makefile
index 0292de57e7a..e5b5d3dbdc4 100644
--- a/net/kdenetwork3/Makefile
+++ b/net/kdenetwork3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2002/07/17 07:54:09 skrll Exp $
+# $NetBSD: Makefile,v 1.4 2002/08/01 05:48:19 jlam Exp $
DISTNAME= kdenetwork-3.0.2
CATEGORIES= net
@@ -7,12 +7,12 @@ COMMENT= Network modules for the KDE integrated X11 desktop
.include "../../x11/kde3/Makefile.kde3"
USE_BUILDLINK_ONLY= yes
-USE_PTHREAD= native pth-syscall
+PTHREAD_OPTS+= require
.include "../../converters/uulib/buildlink.mk"
.include "../../databases/gdbm/buildlink.mk"
-.include "../../mk/pthread.buildlink.mk"
.include "../../x11/kde3/buildlink.mk"
.include "../../x11/kdebase3/buildlink.mk"
+.include "../../mk/pthread.buildlink.mk"
.include "../../mk/x11.buildlink.mk"
.include "../../mk/bsd.pkg.mk"