Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Jul 2014 13:16:03 +0000 (UTC)
From:      Kris Moore <kmoore@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r362260 - head/emulators/pipelight
Message-ID:  <201407191316.s6JDG368050131@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kmoore
Date: Sat Jul 19 13:16:02 2014
New Revision: 362260
URL: http://svnweb.freebsd.org/changeset/ports/362260
QAT: https://qat.redports.org/buildarchive/r362260/

Log:
  Fix build

Modified:
  head/emulators/pipelight/Makefile

Modified: head/emulators/pipelight/Makefile
==============================================================================
--- head/emulators/pipelight/Makefile	Sat Jul 19 12:47:41 2014	(r362259)
+++ head/emulators/pipelight/Makefile	Sat Jul 19 13:16:02 2014	(r362260)
@@ -14,7 +14,8 @@ COMMENT=	Wrapper for using windows plugi
 LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${LOCALBASE}/bin/gpg2:${PORTSDIR}/security/gnupg
+BUILD_DEPENDS=	${LOCALBASE}/bin/gpg2:${PORTSDIR}/security/gnupg \
+		${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash
 LIB_DEPENDS=	libxml2.so:${PORTSDIR}/textproc/libxml2
 RUN_DEPENDS=	${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash \
 		${LOCALBASE}/bin/wget:${PORTSDIR}/ftp/wget \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407191316.s6JDG368050131>