From 645511cf7402663668b70d9ce56aebed61537930 Mon Sep 17 00:00:00 2001 From: garga Date: Thu, 2 Mar 2006 11:50:04 +0000 Subject: - Add gawk on BUILD_DEPENDS too PR: ports/94001 Submitted by: edwin Approved by: portmgr (erwin) --- comms/hylafax/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'comms/hylafax') 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 -- cgit