summaryrefslogtreecommitdiff
path: root/graphics/feh
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-10-23 13:35:50 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-10-23 13:35:50 +0000
commit1a390be81187f0ed855bba310e7e01dd42f41801 (patch)
treedba3d75212db902885b6526f893d854c7d84c015 /graphics/feh
parenta40697da0a82ad239d1d8f2bb75dfa9a986002c0 (diff)
downloadfreebsd-ports-1a390be81187f0ed855bba310e7e01dd42f41801.zip
- Remove dependency on shells/bash
PR: 117284 Submitted by: Oleg Pudeyev <oleg.pudeyev@gmail.com>
Diffstat (limited to 'graphics/feh')
-rw-r--r--graphics/feh/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/feh/Makefile b/graphics/feh/Makefile
index 31ed6f07eb23..f2c9f860d264 100644
--- a/graphics/feh/Makefile
+++ b/graphics/feh/Makefile
@@ -7,7 +7,7 @@
PORTNAME= feh
PORTVERSION= 1.3.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= http://linuxbrit.co.uk/downloads/
@@ -15,7 +15,6 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= An image viewer that utilizes Imlib2
LIB_DEPENDS= giblib.1:${PORTSDIR}/graphics/giblib
-RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
USE_X_PREFIX= yes
USE_PERL5= yes
@@ -36,7 +35,7 @@ post-patch:
@${PERL} -pi.bak -e \
's|-man install-docsDATA|-man|g' ${WRKSRC}/Makefile.in
@${PERL} -pi.bak -e \
- 's|^#!/bin|#!${LOCALBASE}/bin|g' ${WRKSRC}/cam/gen_cam_menu.sh
+ 's|^#!/bin/bash|#!/bin/sh|g' ${WRKSRC}/cam/gen_cam_menu.sh
@${PERL} -pi.bak -e \
's|^LDFLAGS.*$$|LDFLAGS = \@LDFLAGS\@|g ; \
s|-I/usr/X11R6/include||g ; \