diff options
author | wiz <wiz@pkgsrc.org> | 2005-04-19 15:36:23 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-04-19 15:36:23 +0000 |
commit | 4f615636ad24b346cf82b18be8d74cb08156a8b1 (patch) | |
tree | 4a7107492dd5dacf9850ef4d8f9a6cca61936b10 /multimedia/mplayer-plugin-firefox | |
parent | 83aa011d9c9494b1e267dba847c711c47ef96ed8 (diff) | |
download | pkgsrc-4f615636ad24b346cf82b18be8d74cb08156a8b1.tar.gz |
Adapt to renaming of firefox-gtk2 to firefox; bump PKGREVISION.
Diffstat (limited to 'multimedia/mplayer-plugin-firefox')
-rw-r--r-- | multimedia/mplayer-plugin-firefox/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/multimedia/mplayer-plugin-firefox/Makefile b/multimedia/mplayer-plugin-firefox/Makefile index 1f343e2ef9a..7a292111d59 100644 --- a/multimedia/mplayer-plugin-firefox/Makefile +++ b/multimedia/mplayer-plugin-firefox/Makefile @@ -1,13 +1,12 @@ -# $NetBSD: Makefile,v 1.4 2005/03/27 15:43:38 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2005/04/19 15:36:23 wiz Exp $ # -PKGREVISION= 2 +PKGREVISION= 3 BROWSER= firefox -CONFIGURE_ARGS+= --disable-gtk2 -CONFIGURE_ARGS+= --enable-gtk1 +CONFIGURE_ARGS+= --disable-gtk1 .include "Makefile.common" -.include "../../www/firefox-gtk1/buildlink3.mk" -.include "../../x11/gtk/buildlink3.mk" +.include "../../www/firefox/buildlink3.mk" +.include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |