diff options
author | garga <garga@FreeBSD.org> | 2006-03-02 19:50:04 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-03-02 19:50:04 +0800 |
commit | 645511cf7402663668b70d9ce56aebed61537930 (patch) | |
tree | 6d8c8c62e9c09cb5a21bcbc770bf61ccfab1e120 /comms/hylafax | |
parent | c2d9db63a1c99d3e18d2cfb4a9a282da1f7a3de1 (diff) | |
download | freebsd-ports-graphics-645511cf7402663668b70d9ce56aebed61537930.tar.gz freebsd-ports-graphics-645511cf7402663668b70d9ce56aebed61537930.tar.zst freebsd-ports-graphics-645511cf7402663668b70d9ce56aebed61537930.zip |
- Add gawk on BUILD_DEPENDS too
PR: ports/94001
Submitted by: edwin
Approved by: portmgr (erwin)
Diffstat (limited to 'comms/hylafax')
-rw-r--r-- | comms/hylafax/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile index 77a0a6b521a..bc216bd1492 100644 --- a/comms/hylafax/Makefile +++ b/comms/hylafax/Makefile @@ -13,7 +13,8 @@ MASTER_SITES= ftp://ftp.hylafax.org/source/ MAINTAINER= ports@FreeBSD.org COMMENT= Fax software -BUILD_DEPENDS= ${LOCALBASE}/lib/afm/Courier:${PORTSDIR}/print/afm +BUILD_DEPENDS= ${LOCALBASE}/lib/afm/Courier:${PORTSDIR}/print/afm \ + gawk:${PORTSDIR}/lang/gawk # no dependency on ghostscript because we don't know which # version the user prefers |