summaryrefslogtreecommitdiff
path: root/devel/pkgconfig
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-09-29 13:03:43 +0000
committerwiz <wiz@pkgsrc.org>2002-09-29 13:03:43 +0000
commitabf564bcbe3e809db31be4a499faff42640c0a6c (patch)
tree8138563807350995a7b5aa6b6f9a587230d47ba0 /devel/pkgconfig
parent3ea8862051c444bb335f2ebc99e84009584e8db3 (diff)
downloadpkgsrc-abf564bcbe3e809db31be4a499faff42640c0a6c.tar.gz
Uses pthreads -- add pthread.buildlink2.mk, bump PKGREVISION.
Noted by Julio Merino in PR 18462.
Diffstat (limited to 'devel/pkgconfig')
-rw-r--r--devel/pkgconfig/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/pkgconfig/Makefile b/devel/pkgconfig/Makefile
index 8f04d8fe31a..947a2f509d8 100644
--- a/devel/pkgconfig/Makefile
+++ b/devel/pkgconfig/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2002/09/10 19:59:55 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2002/09/29 13:03:43 wiz Exp $
#
DISTNAME= pkgconfig-0.12.0
+PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://www.freedesktop.org/software/pkgconfig/releases/
@@ -14,7 +15,10 @@ GNU_CONFIGURE= YES
USE_LIBTOOL= YES
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool ${WRKSRC}/glib-1.2.8/libtool
+PTHREAD_OPTS+= require
+
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/lib/pkgconfig
+.include "../../mk/pthread.buildlink2.mk"
.include "../../mk/bsd.pkg.mk"