Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Aug 2013 14:56:47 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r324237 - head/lang/spidermonkey170
Message-ID:  <201308041456.r74Eul3X086369@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Sun Aug  4 14:56:47 2013
New Revision: 324237
URL: http://svnweb.freebsd.org/changeset/ports/324237

Log:
  Convert to new perl5 framework and update to new lib_depend way.

Modified:
  head/lang/spidermonkey170/Makefile

Modified: head/lang/spidermonkey170/Makefile
==============================================================================
--- head/lang/spidermonkey170/Makefile	Sun Aug  4 14:51:03 2013	(r324236)
+++ head/lang/spidermonkey170/Makefile	Sun Aug  4 14:56:47 2013	(r324237)
@@ -12,15 +12,15 @@ MAINTAINER=		kwm@FreeBSD.org
 COMMENT=		Standalone JavaScript based from Mozilla 17-esr
 
 BUILD_DEPENDS=		zip:${PORTSDIR}/archivers/zip
-LIB_DEPENDS=		nspr4:${PORTSDIR}/devel/nspr
+LIB_DEPENDS=		libnspr4.so:${PORTSDIR}/devel/nspr
 
 CONFLICTS=		njs-[0-9]*
 
 GNU_CONFIGURE=		yes
 USE_GMAKE=		yes
-USES=			pathfix
+USES=			pathfix perl5
+USE_PERL5=		build
 USE_LDCONFIG=		yes
-USE_PERL5_BUILD=	yes
 USE_PYTHON_BUILD=	2.5-2.7
 MAKE_JOBS_SAFE=		yes
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308041456.r74Eul3X086369>