diff options
author | wiz <wiz@pkgsrc.org> | 2004-04-24 22:43:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-04-24 22:43:49 +0000 |
commit | 0ca030b4e0d6f002d48a92bcfc30c846e08ac11e (patch) | |
tree | 8df1d5c0f3bb8a2688c3be6a8bff53577201b845 /multimedia | |
parent | b0faf89986fe575dbf42aba2e0887ff0e12f7bdf (diff) | |
download | pkgsrc-0ca030b4e0d6f002d48a92bcfc30c846e08ac11e.tar.gz |
Convert to bl3, add missing pthread bl include.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/moz-mplayer/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/multimedia/moz-mplayer/Makefile b/multimedia/moz-mplayer/Makefile index c296fee41eb..c5895208fc3 100644 --- a/multimedia/moz-mplayer/Makefile +++ b/multimedia/moz-mplayer/Makefile @@ -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 @@ COMMENT= Embedded video player for Mozilla 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 @@ do-install: ${INSTALL_DATA_DIR} ${MOZ_PLUGDIR} ${INSTALL_DATA} ${WRKSRC}/mplayerplug-in.so ${MOZ_PLUGDIR} +.include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |