svn commit: r362260 - head/emulators/pipelight

Kris Moore kmoore at FreeBSD.org
Sat Jul 19 13:16:03 UTC 2014


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 \


More information about the svn-ports-head mailing list