diff options
author | obache <obache> | 2013-01-12 07:43:21 +0000 |
---|---|---|
committer | obache <obache> | 2013-01-12 07:43:21 +0000 |
commit | 9e199765012d7508c5d609fa373c1e3a80d7cd06 (patch) | |
tree | 9df2b6b5bfda8b9f4314e6dbaa9ce26f55534224 /www | |
parent | 897b3e25067c585044d145a3f35747857bab1598 (diff) | |
download | pkgsrc-9e199765012d7508c5d609fa373c1e3a80d7cd06.tar.gz |
fix pkgbase name.
Diffstat (limited to 'www')
-rw-r--r-- | www/firefox17/Makefile | 6 |
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 |