summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2013-07-03 14:50:38 +0000
committerryoon <ryoon@pkgsrc.org>2013-07-03 14:50:38 +0000
commita676b162d3bdad379361cf440778bdbcbba1edfa (patch)
tree65d8448ec02b5e2f973f699b043d603746fc8934 /lang
parent8aa0968b82e168aa0f9a4c1b137ecf451c7acfb0 (diff)
downloadpkgsrc-a676b162d3bdad379361cf440778bdbcbba1edfa.tar.gz
Bump PKGREVISION.
* Convert .if clause to devel/libexecinfo/builtin.mk. On NetBSD current, binary should be changed.
Diffstat (limited to 'lang')
-rw-r--r--lang/nodejs/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/lang/nodejs/Makefile b/lang/nodejs/Makefile
index 8e2469f847b..e2302baa8e1 100644
--- a/lang/nodejs/Makefile
+++ b/lang/nodejs/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2013/06/26 11:53:02 jperkin Exp $
+# $NetBSD: Makefile,v 1.8 2013/07/03 14:50:38 ryoon Exp $
#
DISTNAME= node-v0.10.11
+PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://nodejs.org/dist/${DISTNAME:S/node-//}/
PKGNAME= ${DISTNAME:S/-v/js-/}
@@ -50,9 +51,6 @@ REPLACE_PYTHON+= tools/wafadmin/Tools/*.py
CHECK_INTERPRETER_SKIP+= lib/node_modules/npm/*
-.if ${OPSYS} == "NetBSD" || ${OPSYS} == "FreeBSD" || ${OPSYS} == "OpenBSD"
-. include "../../devel/libexecinfo/buildlink3.mk"
-.endif
.if ${OPSYS} == "NetBSD"
BUILD_DEPENDS+= lockf-[0-9]*:../../sysutils/lockf
.endif
@@ -60,5 +58,6 @@ BUILD_DEPENDS+= lockf-[0-9]*:../../sysutils/lockf
pre-install:
${FIND} ${WRKSRC}/deps/npm -name '*.orig' | ${XARGS} ${RM} -f
+.include "../../devel/libexecinfo/buildlink3.mk"
.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"