diff options
author | salo <salo@pkgsrc.org> | 2006-09-24 16:36:29 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2006-09-24 16:36:29 +0000 |
commit | 4f2ef2814d82ae88ea1af7c5b4d3a3cdc2279ad8 (patch) | |
tree | a6434f55d368da7ff342219a0784050900099e1a /www/firefox-bin | |
parent | f56950f53ed11c78d73255d797a474f72ebeb9ab (diff) | |
download | pkgsrc-4f2ef2814d82ae88ea1af7c5b4d3a3cdc2279ad8.tar.gz |
Use Makefile.common from seamonkey-bin dir instead of mozilla-bin.
Diffstat (limited to 'www/firefox-bin')
-rw-r--r-- | www/firefox-bin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/firefox-bin/Makefile b/www/firefox-bin/Makefile index 9aebb96fe52..c3cd18c5bf4 100644 --- a/www/firefox-bin/Makefile +++ b/www/firefox-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2006/09/15 09:24:30 ghen Exp $ +# $NetBSD: Makefile,v 1.22 2006/09/24 16:36:29 salo Exp $ MOZILLA= firefox MOZ_VER= 1.5.0.7 @@ -13,4 +13,4 @@ MOZ_GTK2= YES ONLY_FOR_PLATFORM+= Linux-*-i386 -.include "../../www/mozilla-bin/Makefile.common" +.include "../../www/seamonkey-bin/Makefile.common" |