diff options
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 |