diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-08-20 07:22:18 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-08-20 07:22:18 +0000 |
commit | 85b31fd079481ea4f34f6cb8f67167a1bf1301ea (patch) | |
tree | 473b6aa9031189752bba05717fdd313783c835ae /comms/hylafax/Makefile | |
parent | Add -fno-strength-reduce to eliminate -O2 bug (diff) |
Take out ghostview from EXEC_DEPENDS, it's not called from hylafax
directly.
Submitted by: jhs
Notes
Notes:
svn path=/head/; revision=2084
Diffstat (limited to 'comms/hylafax/Makefile')
-rw-r--r-- | comms/hylafax/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile index 43f0679231d1..ab4142de1778 100644 --- a/comms/hylafax/Makefile +++ b/comms/hylafax/Makefile @@ -21,7 +21,6 @@ IS_INTERACTIVE= yes # ( If you need interactive config, rm patch-ab ) .endif -EXEC_DEPENDS+= ghostview:${PORTSDIR}/print/ghostview EXEC_DEPENDS+= gs:${PORTSDIR}/print/ghostscript EXEC_DEPENDS+= bash:${PORTSDIR}/shells/bash |