summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lang/cint/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/cint/Makefile b/lang/cint/Makefile
index 33965ead445..82197cc7cd6 100644
--- a/lang/cint/Makefile
+++ b/lang/cint/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2005/05/19 17:11:45 drochner Exp $
+# $NetBSD: Makefile,v 1.15 2005/05/25 17:48:13 drochner Exp $
DISTNAME= cint5.15
PKGNAME= cint-5.15.174
@@ -13,6 +13,8 @@ COMMENT= C/C++ interpreter
#same distribution file name for minor versions
DIST_SUBDIR= ${PKGNAME}
WRKSRC= ${WRKDIR}
+GCC_REQD+= 3.0
+PTHREAD_OPTS+= require native
post-extract:
${FIND} -d ${WRKSRC} -type d -name CVS -exec ${RM} -rf {} \;
@@ -41,4 +43,5 @@ do-install:
${CP} -r ${WRKDIR}/lib/prec_stl ${PREFIX}/cint/lib
${INSTALL_DATA} ${WRKDIR}/G__ci.h ${PREFIX}/cint
+.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"