diff options
author | asami <asami@FreeBSD.org> | 1995-08-20 15:22:18 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-08-20 15:22:18 +0800 |
commit | c3d820c41fc89a3ed18916f153255f4a3739f558 (patch) | |
tree | 5bfcbeb38e2778c159cc4cb2c8adfce8756590af /comms | |
parent | f0ec72ef7e2e13273efde2a4b175ec274ee18dd2 (diff) | |
download | freebsd-ports-gnome-c3d820c41fc89a3ed18916f153255f4a3739f558.tar.gz freebsd-ports-gnome-c3d820c41fc89a3ed18916f153255f4a3739f558.tar.zst freebsd-ports-gnome-c3d820c41fc89a3ed18916f153255f4a3739f558.zip |
Take out ghostview from EXEC_DEPENDS, it's not called from hylafax
directly.
Submitted by: jhs
Diffstat (limited to 'comms')
-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 |