summaryrefslogtreecommitdiff
path: root/www/firefox17
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2013-01-12 07:43:21 +0000
committerobache <obache@pkgsrc.org>2013-01-12 07:43:21 +0000
commit964394fbd3f17f39a761371302a41d8383825f12 (patch)
tree9df2b6b5bfda8b9f4314e6dbaa9ce26f55534224 /www/firefox17
parent6ef00f947814dca5800dc2b90d1e6be530cdd725 (diff)
downloadpkgsrc-964394fbd3f17f39a761371302a41d8383825f12.tar.gz
fix pkgbase name.
Diffstat (limited to 'www/firefox17')
-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