diff options
author | jlam <jlam> | 2002-08-01 05:48:00 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-08-01 05:48:00 +0000 |
commit | 0667348e2457442483cc1061eff529caade5d9eb (patch) | |
tree | ddb090c3c0b454f9c8402f5b1724832e17cddad6 /audio/kdemultimedia2/Makefile | |
parent | 67259e22f565d221aaa481aa2ada437d89be3c4a (diff) | |
download | pkgsrc-0667348e2457442483cc1061eff529caade5d9eb.tar.gz |
Adjust to new pthread.buildlink.mk: remove USE_PTHREAD and replace with
appropriate PTHREAD_OPTS incantation, and move the checks for the value
of PTHREAD_TYPE below the inclusion of pthread.buildlink.mk.
Diffstat (limited to 'audio/kdemultimedia2/Makefile')
-rw-r--r-- | audio/kdemultimedia2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/kdemultimedia2/Makefile b/audio/kdemultimedia2/Makefile index bb3676dc32d..60f5a47a9e8 100644 --- a/audio/kdemultimedia2/Makefile +++ b/audio/kdemultimedia2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2002/06/15 21:04:26 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2002/08/01 05:48:04 jlam Exp $ DISTNAME= kdemultimedia-2.2.2 PKGREVISION= 1 @@ -11,7 +11,7 @@ BUILD_DEPENDS+= qt2-designer-kde>=2.3.1nb2:../../x11/qt2-designer-kde DEPENDS+= xanim>=2.80.0:../../graphics/xanim USE_BUILDLINK_ONLY= YES -USE_PTHREAD= native pth +PTHREAD_OPTS+= require CONFIGURE_ENV+= ac_cv_path_kde_artsplug_compiles="${ARTSCCONFIG}" @@ -21,8 +21,8 @@ CONFIGURE_ENV+= ac_cv_path_kde_artsplug_compiles="${ARTSCCONFIG}" LIBS= -Wl,--export-dynamic .endif -.include "../../mk/pthread.buildlink.mk" .include "../../x11/kde2/buildlink.mk" .include "../../x11/kdebase2/buildlink.mk" +.include "../../mk/pthread.buildlink.mk" .include "../../mk/x11.buildlink.mk" .include "../../mk/bsd.pkg.mk" |