diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-03-02 11:50:04 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-03-02 11:50:04 +0000 |
commit | be86eae2126466fc868027f30ada6e8a39a4e37e (patch) | |
tree | 1f64a8e3922be909dd951f44edc4592ea60975a7 /comms | |
parent | c66a2e0b71621d301416c0fa505c79f41144b475 (diff) | |
download | ports-be86eae2126466fc868027f30ada6e8a39a4e37e.tar.gz ports-be86eae2126466fc868027f30ada6e8a39a4e37e.zip |
Notes
Diffstat (limited to 'comms')
-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 77a0a6b521a6..bc216bd14928 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 |