diff options
author | bsam <bsam@FreeBSD.org> | 2007-02-15 23:23:48 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2007-02-15 23:23:48 +0800 |
commit | 4b1cd7602c7dbe5ed3b6a0afa91527d1c372d8ca (patch) | |
tree | 7f5fa7028193f11ee9a39e1938274b9024d89ab2 /print | |
parent | ae8d1360a55e87cca2e30a719566cb9eff75f62d (diff) | |
download | freebsd-ports-gnome-4b1cd7602c7dbe5ed3b6a0afa91527d1c372d8ca.tar.gz freebsd-ports-gnome-4b1cd7602c7dbe5ed3b6a0afa91527d1c372d8ca.tar.zst freebsd-ports-gnome-4b1cd7602c7dbe5ed3b6a0afa91527d1c372d8ca.zip |
. drop variable RUN_DEPENDS for shells/bash2;
. do not bump PORTREVISION since this dependency is not default.
PR: 108627
Submitted by: bsam (me)
Approved by: andreas (maintainer timeout -- 2 weeks)
Diffstat (limited to 'print')
-rw-r--r-- | print/apsfilter/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/print/apsfilter/Makefile b/print/apsfilter/Makefile index d79934e40823..994a7489a66d 100644 --- a/print/apsfilter/Makefile +++ b/print/apsfilter/Makefile @@ -115,11 +115,7 @@ RUN_DEPENDS+= psnup:${PORTSDIR}/print/psutils-${PAPERSIZE} .endif # 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 |