diff options
author | asami <asami@FreeBSD.org> | 1995-10-10 15:21:00 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-10-10 15:21:00 +0800 |
commit | ebddf266c68e120df528e4d0558b2687c91238df (patch) | |
tree | 56f8fed551015ba8bf13f585376045109076016c /comms/hylafax/Makefile | |
parent | b1a7b316aa3eb9610f5e8f888b8d3bca8828319b (diff) | |
download | freebsd-ports-gnome-ebddf266c68e120df528e4d0558b2687c91238df.tar.gz freebsd-ports-gnome-ebddf266c68e120df528e4d0558b2687c91238df.tar.zst freebsd-ports-gnome-ebddf266c68e120df528e4d0558b2687c91238df.zip |
RUN_DEPENDS on gs/bash, BUILD_DEPENDS on bash.
Submitted by: jhs
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 |