diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-10-10 07:21:00 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-10-10 07:21:00 +0000 |
commit | 2866850a16229af41ae950d48e6e646806f07abc (patch) | |
tree | 3298a80655147f8ec7c9bec609ae848e12ffaa14 /comms/hylafax/Makefile | |
parent | Tune wu-ftpd for high performance: (diff) |
RUN_DEPENDS on gs/bash, BUILD_DEPENDS on bash.
Submitted by: jhs
Notes
Notes:
svn path=/head/; revision=2299
Diffstat (limited to 'comms/hylafax/Makefile')
-rw-r--r-- | comms/hylafax/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile index ab4142de1778..cfd2a4aad703 100644 --- a/comms/hylafax/Makefile +++ b/comms/hylafax/Makefile @@ -21,8 +21,8 @@ IS_INTERACTIVE= yes # ( If you need interactive config, rm patch-ab ) .endif -EXEC_DEPENDS+= gs:${PORTSDIR}/print/ghostscript -EXEC_DEPENDS+= bash:${PORTSDIR}/shells/bash +RUN_DEPENDS= bash:${PORTSDIR}/shells/bash gs:${PORTSDIR}/print/ghostscript +BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash # Someone with more time & less space than me can investigate merging these. # LIB_DEPENDS= something:${PORTSDIR}/graphics/tiff |