summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorryoon <ryoon>2013-01-20 11:17:58 +0000
committerryoon <ryoon>2013-01-20 11:17:58 +0000
commitbd07f5de61a462c1950384bc44ec3216df590959 (patch)
tree45e56f2e8c0f810f39a34e95218bb33dd17894e1 /www
parent9e45d805ccc1ed85c87d703bdc74ae5bf876948c (diff)
downloadpkgsrc-bd07f5de61a462c1950384bc44ec3216df590959.tar.gz
Sync with xulrunner 18.0.1.
Diffstat (limited to 'www')
-rw-r--r--www/firefox/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile
index 88ecd832bd9..b877dcddd1d 100644
--- a/www/firefox/Makefile
+++ b/www/firefox/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.116 2012/11/21 15:26:50 ryoon Exp $
+# $NetBSD: Makefile,v 1.117 2013/01/20 11:17:58 ryoon Exp $
.include "../../devel/xulrunner/dist.mk"
-PKGNAME= firefox-${MOZ_BRANCH}
+PKGNAME= firefox-${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
CATEGORIES= www
MAINTAINER= tnn@NetBSD.org
@@ -56,8 +56,8 @@ post-install:
rm -f ${DESTDIR}${PREFIX}/bin/firefox
${INSTALL_SCRIPT} ${WRKDIR}/firefox ${DESTDIR}${PREFIX}/bin
-BUILDLINK_API_DEPENDS.xulrunner+= xulrunner>=${MOZ_BRANCH}
-BUILD_DEPENDS+= xulrunner-${MOZ_BRANCH}{,nb*}:../../devel/xulrunner
+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)