pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/moz-mplayer Convert to bl3, add missing pth...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bf7ad08f2323
branches:  trunk
changeset: 473828:bf7ad08f2323
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Apr 24 22:43:49 2004 +0000

description:
Convert to bl3, add missing pthread bl include.

diffstat:

 multimedia/moz-mplayer/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r a5504001032a -r bf7ad08f2323 multimedia/moz-mplayer/Makefile
--- a/multimedia/moz-mplayer/Makefile   Sat Apr 24 22:41:40 2004 +0000
+++ b/multimedia/moz-mplayer/Makefile   Sat Apr 24 22:43:49 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/04/05 18:41:14 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2004/04/24 22:43:49 wiz Exp $
 #
 
 DISTNAME=      mplayerplug-in-1.0
@@ -14,7 +14,7 @@
 DEPENDS+=      mplayer>=0.92:../../multimedia/mplayer
 
 WRKSRC=         ${WRKDIR}/mplayerplug-in
-USE_BUILDLINK2=        YES
+USE_BUILDLINK3=        YES
 USE_X11=       YES
 GNU_CONFIGURE= YES
 
@@ -24,4 +24,5 @@
        ${INSTALL_DATA_DIR} ${MOZ_PLUGDIR}
        ${INSTALL_DATA} ${WRKSRC}/mplayerplug-in.so ${MOZ_PLUGDIR}
 
+.include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index