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 | |
parent | 6f6a47cec5e59a10abdece5c66487d797dedcd10 (diff) | |
download | ports-2866850a16229af41ae950d48e6e646806f07abc.tar.gz ports-2866850a16229af41ae950d48e6e646806f07abc.zip |
Notes
Diffstat (limited to 'comms/hylafax')
-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 |