pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/h2o Fix the error of "interpreter does not exist"



details:   https://anonhg.NetBSD.org/pkgsrc/rev/edc7658de73c
branches:  trunk
changeset: 652225:edc7658de73c
user:      wen <wen%pkgsrc.org@localhost>
date:      Thu May 28 00:28:25 2015 +0000

description:
Fix the error of "interpreter does not exist"

Reported by:    joerg@(Thanks !)

diffstat:

 www/h2o/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 21765ded5737 -r edc7658de73c www/h2o/Makefile
--- a/www/h2o/Makefile  Wed May 27 22:21:55 2015 +0000
+++ b/www/h2o/Makefile  Thu May 28 00:28:25 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2015/05/20 02:06:29 wen Exp $
+# $NetBSD: Makefile,v 1.4 2015/05/28 00:28:25 wen Exp $
 
 DISTNAME=      h2o-1.2.0
 CATEGORIES=    www
@@ -12,6 +12,8 @@
 USE_CMAKE=     yes
 USE_LANGUAGES= c c++
 
+USE_TOOLS+=    perl:run
+
 EXTRACT_USING= gtar
 REPLACE_PERL=  share/h2o/start_server
 



Home | Main Index | Thread Index | Old Index