diff options
author | jperkin <jperkin@pkgsrc.org> | 2013-12-12 11:53:38 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2013-12-12 11:53:38 +0000 |
commit | 5481ddebd54f85d3a613109f0846aab87fa50451 (patch) | |
tree | 1df19e4137c25979b90da81eede2ac1b0ab94293 | |
parent | e28b00370387736957c249b1ba1601d2d17434dd (diff) | |
download | pkgsrc-5481ddebd54f85d3a613109f0846aab87fa50451.tar.gz |
Fix copy/paste error.
-rw-r--r-- | lang/nodejs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/nodejs/Makefile b/lang/nodejs/Makefile index b6e93a198d3..001927e1108 100644 --- a/lang/nodejs/Makefile +++ b/lang/nodejs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2013/12/12 11:52:37 jperkin Exp $ +# $NetBSD: Makefile,v 1.14 2013/12/12 11:53:38 jperkin Exp $ # DISTNAME= node-v0.10.23 @@ -58,7 +58,7 @@ BUILD_DEPENDS+= lockf-[0-9]*:../../sysutils/lockf pre-install: ${FIND} ${WRKSRC}/deps/npm -name '*.orig' | ${XARGS} ${RM} -f -if ${OPSYS} != "Darwin" +.if ${OPSYS} != "Darwin" .include "../../devel/libexecinfo/buildlink3.mk" .endif .include "../../lang/python/application.mk" |