- added suggested patch to use bash3 as default dependency for bash

- while being here trimmed COMMENT according to portlint
- providing backward compatibility if needed via WITH_BASH2 make env var
- bumping port revision
- closing 76805

PR:		76805
Submitted by:	Michael C.Shultz <reso3w83@verizon.net>
This commit is contained in:
Andreas Klemm 2005-01-30 11:54:11 +00:00
parent d6d4d32c1d
commit d0bf409604
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=127697

View File

@ -7,12 +7,12 @@
PORTNAME= apsfilter
PORTVERSION= 7.2.5
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= print
MASTER_SITES= http://www.apsfilter.org/download/
MAINTAINER= andreas@FreeBSD.org
COMMENT= Magic print filter with file type recognition, print preview, duplex printing
COMMENT= Magic print filter with print preview, duplex printing and more
DIST_SUBDIR= apsfilter
@ -112,8 +112,12 @@ RUN_DEPENDS+= a2ps:${PORTSDIR}/print/a2ps-${PAPERSIZE}
RUN_DEPENDS+= psnup:${PORTSDIR}/print/psutils-${PAPERSIZE}
.endif
# needed for aps2file :-/
# needed for aps2file
.if defined(WITH_BASH2)
RUN_DEPENDS+= bash:${PORTSDIR}/shells/bash2
.else
RUN_DEPENDS+= bash:${PORTSDIR}/shells/bash
.endif
# HP IJS driver is not automatically part of ghostscript port anymore
RUN_DEPENDS+= hpijs:${PORTSDIR}/print/hpijs