include pthread.buildlink2.mk, as the php sources this uses needs

pth.h.
This commit is contained in:
grant 2003-06-29 14:29:34 +00:00
parent 5418aa0bda
commit e2959657cc

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.5 2002/10/10 13:30:13 wiz Exp $
# $NetBSD: Makefile,v 1.6 2003/06/29 14:29:34 grant Exp $
MODNAME= pcre
CATEGORIES+= devel
@ -12,4 +12,5 @@ USE_BUILDLINK2= YES
CONFIGURE_ARGS+= --with-pcre-regex=shared,${BUILDLINK_PREFIX.pcre}
.include "../../devel/pcre/buildlink2.mk"
.include "../../mk/pthread.buildlink2.mk"
.include "../../mk/bsd.pkg.mk"