summaryrefslogtreecommitdiff
path: root/sysutils/grun/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/grun/Makefile')
-rw-r--r--sysutils/grun/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/sysutils/grun/Makefile b/sysutils/grun/Makefile
index 782eb83fd56..dec3bdb1ec7 100644
--- a/sysutils/grun/Makefile
+++ b/sysutils/grun/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1.2.2 2002/06/30 06:24:15 jlam Exp $
+# $NetBSD: Makefile,v 1.1.1.1.2.3 2002/08/25 21:21:26 jlam Exp $
DISTNAME= grun-0.9.2
CATEGORIES= misc
@@ -12,10 +12,12 @@ USE_BUILDLINK2= YES
USE_X11= YES
GNU_CONFIGURE= YES
USE_GMAKE= YES
-USE_PTHREAD= native pth-syscall pth
+PTHREAD_OPTS+= require
post-install:
${MV} ${LOCALBASE}/man/man1/grun.1x ${LOCALBASE}/man/man1/grun.1
.include "../../x11/gtk/buildlink2.mk"
+.include "../../mk/pthread.buildlink2.mk"
+
.include "../../mk/bsd.pkg.mk"