summaryrefslogtreecommitdiff
path: root/x11/qt3-tools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/qt3-tools/Makefile')
-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"