summaryrefslogtreecommitdiff
path: root/www/firefox/Makefile
diff options
context:
space:
mode:
authortnn <tnn>2010-12-29 22:38:49 +0000
committertnn <tnn>2010-12-29 22:38:49 +0000
commit498b19ec45e1140cc74232298d976b6338ce35dc (patch)
tree65d1d03edd543d82f9fbb2a89307505543ed3a8c /www/firefox/Makefile
parentb13136b30f4b0421474dbf11386e6c5264566c6c (diff)
downloadpkgsrc-498b19ec45e1140cc74232298d976b6338ce35dc.tar.gz
fix installation w/ gnome option enabled
Diffstat (limited to 'www/firefox/Makefile')
-rw-r--r--www/firefox/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile
index 500698259c8..65d23dd8f24 100644
--- a/www/firefox/Makefile
+++ b/www/firefox/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.80 2010/12/11 14:46:29 tnn Exp $
+# $NetBSD: Makefile,v 1.81 2010/12/29 22:38:49 tnn Exp $
.include "../../devel/xulrunner/dist.mk"
PKGNAME= firefox-${FIREFOX_VER}
@@ -53,10 +53,8 @@ post-install:
BUILDLINK_API_DEPENDS.xulrunner+= xulrunner>=${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
BUILD_DEPENDS+= xulrunner-${MOZ_BRANCH}${MOZ_BRANCH_MINOR}{,nb*}:../../devel/xulrunner
.include "../../devel/xulrunner/buildlink3.mk"
-PLIST_VARS+= gnome
.if !empty(PKG_BUILD_OPTIONS.xulrunner:Mgnome)
CONFIGURE_ARGS+= --enable-gnomevfs --enable-dbus --enable-gnomeui
-PLIST.gnome= yes
.else
CONFIGURE_ARGS+= --disable-gnomevfs --disable-dbus --disable-gnomeui
.endif