diff options
author | wiz <wiz> | 2002-09-29 13:03:43 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-09-29 13:03:43 +0000 |
commit | 84dc76c14789abfda64be848f77a9120ae62de26 (patch) | |
tree | 8138563807350995a7b5aa6b6f9a587230d47ba0 /devel | |
parent | 6bb119c4f747b9d9151596ae4401596ea9f350e7 (diff) | |
download | pkgsrc-84dc76c14789abfda64be848f77a9120ae62de26.tar.gz |
Uses pthreads -- add pthread.buildlink2.mk, bump PKGREVISION.
Noted by Julio Merino in PR 18462.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/pkgconfig/Makefile | 6 |
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" |