diff options
Diffstat (limited to 'devel/xulrunner/Makefile')
-rw-r--r-- | devel/xulrunner/Makefile | 10 |
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 |