summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/firefox17/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/firefox17/Makefile b/www/firefox17/Makefile
index faa3ef6c665..c121b4bccd8 100644
--- a/www/firefox17/Makefile
+++ b/www/firefox17/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2013/01/10 16:20:09 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2013/01/12 07:43:21 obache Exp $
.include "../../devel/xulrunner17/dist.mk"
PKGNAME= firefox17-${MOZ_BRANCH}
@@ -60,13 +60,13 @@ BUILDLINK_API_DEPENDS.xulrunner17+= xulrunner17>=${MOZ_BRANCH}
BUILD_DEPENDS+= xulrunner17-${MOZ_BRANCH}{,nb*}:../../devel/xulrunner17
.include "../../devel/xulrunner17/buildlink3.mk"
PLIST_VARS+= gnome
-.if !empty(PKG_BUILD_OPTIONS.xulrunner:Mgnome)
+.if !empty(PKG_BUILD_OPTIONS.xulrunner17:Mgnome)
CONFIGURE_ARGS+= --enable-gnomevfs --enable-dbus --enable-gnomeui
PLIST.gnome= yes
.else
CONFIGURE_ARGS+= --disable-gnomevfs --disable-dbus --disable-gnomeui
.endif
-.if !empty(PKG_BUILD_OPTIONS.xulrunner:Mdebug)
+.if !empty(PKG_BUILD_OPTIONS.xulrunner17:Mdebug)
CONFIGURE_ARGS+= --enable-debug --enable-debug-symbols
CONFIGURE_ARGS+= --disable-install-strip
.else