diff options
author | ghen <ghen> | 2009-09-18 08:03:49 +0000 |
---|---|---|
committer | ghen <ghen> | 2009-09-18 08:03:49 +0000 |
commit | 6587a54a38539d807c1547d808d2bea841c511fa (patch) | |
tree | 986b8ea764fa4030566300d8871a404934ae7c5c /www/firefox | |
parent | c2ded60937b915e09335b94561e9a4e8c1e19f4d (diff) | |
download | pkgsrc-6587a54a38539d807c1547d808d2bea841c511fa.tar.gz |
Fix typo.
Diffstat (limited to 'www/firefox')
-rw-r--r-- | www/firefox/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 002fdb8d290..96e62723f21 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.56 2009/09/16 19:06:18 tnn Exp $ +# $NetBSD: Makefile,v 1.57 2009/09/18 08:03:49 ghen Exp $ # DISTNAME= firefox-${FIREFOX_VER}.source @@ -90,7 +90,7 @@ post-install: .endif .include "../../archivers/bzip2/buildlink3.mk" .include "../../databases/sqlite3/buildlink3.mk" -bUILDLINK_API_DEPENDS.xulrunner+= xulrunner>=1.9.1.3nb4 +BUILDLINK_API_DEPENDS.xulrunner+= xulrunner>=1.9.1.3nb4 .include "../../devel/xulrunner/buildlink3.mk" PLIST_VARS+= gnome .if !empty(PKG_BUILD_OPTIONS.xulrunner:Mgnome) |