diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2013-12-30 20:55:18 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2013-12-30 20:55:18 +0000 |
commit | 4fb1cfb1cd39cc9eebf2dca04766b8bb32d2851d (patch) | |
tree | 3ac0539929df7ded62928608363897c24273f689 /devel/gjstest | |
parent | 15ed6235586fa434f1987dc7a0f0a26164d59b33 (diff) |
Notes
Diffstat (limited to 'devel/gjstest')
-rw-r--r-- | devel/gjstest/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/gjstest/Makefile b/devel/gjstest/Makefile index 223d12cb7ae4..9e8e054a9f90 100644 --- a/devel/gjstest/Makefile +++ b/devel/gjstest/Makefile @@ -12,7 +12,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}.${SNAPSHOT} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Lightweight JS unit testing using the V8 engine -LICENSE= AL2 +LICENSE= APACHE20 BUILD_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash LIB_DEPENDS= libgflags.so:${PORTSDIR}/devel/gflags \ |