diff options
author | Kris Moore <kmoore@FreeBSD.org> | 2014-07-19 13:16:02 +0000 |
---|---|---|
committer | Kris Moore <kmoore@FreeBSD.org> | 2014-07-19 13:16:02 +0000 |
commit | 78cd9966cf7ff5825c3af67ff738a2526d1b4e7d (patch) | |
tree | 07a2c82876c15e41c642def87f22e9727ef3beb4 /emulators/pipelight | |
parent | 5eb25eb500572c16066c03b64fb50925f8258699 (diff) | |
download | ports-78cd9966cf7ff5825c3af67ff738a2526d1b4e7d.tar.gz ports-78cd9966cf7ff5825c3af67ff738a2526d1b4e7d.zip |
Notes
Diffstat (limited to 'emulators/pipelight')
-rw-r--r-- | emulators/pipelight/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/pipelight/Makefile b/emulators/pipelight/Makefile index 1f46ef316abe..407028523f6e 100644 --- a/emulators/pipelight/Makefile +++ b/emulators/pipelight/Makefile @@ -14,7 +14,8 @@ COMMENT= Wrapper for using windows plugins in web browsers 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 \ |