diff options
author | tv <tv@pkgsrc.org> | 2005-03-19 17:15:53 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-03-19 17:15:53 +0000 |
commit | 8a962e2c383196a3ce79b944a1a2b593970e8d64 (patch) | |
tree | 019bdee42670f698b2f6429c813c891aa7a28bd3 | |
parent | ee81d5b5c2473328c38a230c33b9e0975de4b909 (diff) | |
download | pkgsrc-8a962e2c383196a3ce79b944a1a2b593970e8d64.tar.gz |
firefox-gtk2 became firefox.
-rw-r--r-- | multimedia/mplayer-plugin-firefox-gtk2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/mplayer-plugin-firefox-gtk2/Makefile b/multimedia/mplayer-plugin-firefox-gtk2/Makefile index 74abc70e4a0..4a4a7bf6a9f 100644 --- a/multimedia/mplayer-plugin-firefox-gtk2/Makefile +++ b/multimedia/mplayer-plugin-firefox-gtk2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/11/17 02:32:18 xtraeme Exp $ +# $NetBSD: Makefile,v 1.2 2005/03/19 17:15:53 tv Exp $ # BROWSER= firefox-gtk2 @@ -6,6 +6,6 @@ BROWSER= firefox-gtk2 CONFIGURE_ARGS+= --disable-gtk1 .include "../mplayer-plugin-firefox/Makefile.common" -.include "../../www/firefox-gtk2/buildlink3.mk" +.include "../../www/firefox/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |