summaryrefslogtreecommitdiff
path: root/devel/xulrunner/Makefile
diff options
context:
space:
mode:
authorsbd <sbd>2012-09-26 09:51:36 +0000
committersbd <sbd>2012-09-26 09:51:36 +0000
commit387f2499006903d83ea69d513833d284647050b8 (patch)
tree31f3cb528d150015350a197ebf3f7677b927402b /devel/xulrunner/Makefile
parentd780ffebac7ed30cdcd28602391961d3906b65bf (diff)
downloadpkgsrc-387f2499006903d83ea69d513833d284647050b8.tar.gz
Add PLIST.sps (enabled on Linux x86_64/i386 and Darwin) and add sps plist
entry's. Also an and extra PLIST.jemalloc file. Bump PKGREVISION.
Diffstat (limited to 'devel/xulrunner/Makefile')
-rw-r--r--devel/xulrunner/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/devel/xulrunner/Makefile b/devel/xulrunner/Makefile
index d0f9489ee51..a2b803f79e6 100644
--- a/devel/xulrunner/Makefile
+++ b/devel/xulrunner/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.78 2012/09/15 10:04:23 obache Exp $
+# $NetBSD: Makefile,v 1.79 2012/09/26 09:51:36 sbd Exp $
.include "dist.mk"
PKGNAME= xulrunner-${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= devel www
MAINTAINER= tnn@NetBSD.org
@@ -34,6 +34,12 @@ LDFLAGS+= -Wl,-rpath,${PREFIX}/lib/xulrunner -Wl,-rpath,${PREFIX}/lib
.include "mozilla-common.mk"
.include "options.mk"
+PLIST_VARS+= sps
+
+.if !empty(MACHINE_PLATFORM:S/i386/x86/:MLinux-*-x86*) || ${OPSYS} == "Darwin"
+PLIST.sps= yes
+.endif
+
pre-configure:
cd ${WRKSRC} && autoconf
cd ${WRKSRC}/js/src && autoconf