nodejs: switch to libressl.
This commit is contained in:
parent
7bc33c5779
commit
f8829207aa
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'nodejs'
|
# Template file for 'nodejs'
|
||||||
pkgname=nodejs
|
pkgname=nodejs
|
||||||
version=0.10.29
|
version=0.10.29
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc=node-v${version}
|
wrksrc=node-v${version}
|
||||||
hostmakedepends="which pkg-config python"
|
hostmakedepends="which pkg-config python"
|
||||||
makedepends="openssl-devel zlib-devel python-devel"
|
makedepends="libressl-devel zlib-devel python-devel"
|
||||||
depends="python"
|
depends="python"
|
||||||
short_desc="Evented I/O for V8 javascript"
|
short_desc="Evented I/O for V8 javascript"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue