summaryrefslogtreecommitdiff
path: root/x11/qt3-tools
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 /x11/qt3-tools
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 'x11/qt3-tools')
-rw-r--r--x11/qt3-tools/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/qt3-tools/Makefile b/x11/qt3-tools/Makefile
index a567287413a..5d8ab562d32 100644
--- a/x11/qt3-tools/Makefile
+++ b/x11/qt3-tools/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2002/05/30 12:33:28 skrll Exp $
+# $NetBSD: Makefile,v 1.6 2002/08/01 05:48:25 jlam Exp $
#
.include "../qt3-libs/Makefile.common"
@@ -14,7 +14,7 @@ MAKE_ENV+= LIBQT="-lqt-mt"
USE_BUILDLINK_ONLY= yes
-USE_PTHREAD= native pth-syscall
+PTHREAD_OPTS+= require
UNLIMIT_RESOURCES= datasize
@@ -35,7 +35,7 @@ do-install:
${LIBTOOL} ${INSTALL_PROGRAM} ${WRKSRC}/bin/qm2ts ${QTPREFIX}/bin
${LIBTOOL} ${INSTALL_PROGRAM} ${WRKSRC}/bin/qtconfig ${QTPREFIX}/bin
-.include "../../mk/pthread.buildlink.mk"
.include "../../x11/qt3-libs/buildlink.mk"
+.include "../../mk/pthread.buildlink.mk"
.include "../../mk/x11.buildlink.mk"
.include "../../mk/bsd.pkg.mk"