aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2012-03-20 02:51:54 +0800
committerdinoex <dinoex@FreeBSD.org>2012-03-20 02:51:54 +0800
commit293927d3771428c5ffaaac572e3c6f43f9d6113b (patch)
tree85031306da5ce55d298f08c05c556f091700d3f7 /graphics
parent1191e9c97f03c608d0d82560b5f3b044de78eb75 (diff)
downloadfreebsd-ports-gnome-293927d3771428c5ffaaac572e3c6f43f9d6113b.tar.gz
freebsd-ports-gnome-293927d3771428c5ffaaac572e3c6f43f9d6113b.tar.zst
freebsd-ports-gnome-293927d3771428c5ffaaac572e3c6f43f9d6113b.zip
- fix shell path
PR: 165877 Submitted by: Makoto Kishimoto Feature safe: yes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/netpbm/Makefile1
-rw-r--r--graphics/netpbm/files/patch-ppmquantall8
2 files changed, 9 insertions, 0 deletions
diff --git a/graphics/netpbm/Makefile b/graphics/netpbm/Makefile
index c6ec1f51d754..58ed36275a81 100644
--- a/graphics/netpbm/Makefile
+++ b/graphics/netpbm/Makefile
@@ -20,6 +20,7 @@ LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \
jbig.1:${PORTSDIR}/graphics/jbigkit \
jasper.4:${PORTSDIR}/graphics/jasper \
xml2.5:${PORTSDIR}/textproc/libxml2
+RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
MAKE_JOBS_UNSAFE= yes
diff --git a/graphics/netpbm/files/patch-ppmquantall b/graphics/netpbm/files/patch-ppmquantall
new file mode 100644
index 000000000000..88663e15ed1f
--- /dev/null
+++ b/graphics/netpbm/files/patch-ppmquantall
@@ -0,0 +1,8 @@
+--- editor/ppmquantall.orig 2012-03-09 22:16:02.000000000 +0900
++++ editor/ppmquantall 2012-03-09 22:16:29.000000000 +0900
+@@ -1,4 +1,4 @@
+-#!/bin/sh
++#!/usr/local/bin/bash
+ #
+ # ppmquantall - run ppmquant on a bunch of files all at once, so they share
+ # a common colormap \ No newline at end of file