From f74336b8296a56c1da06695c4606d0729113f3e8 Mon Sep 17 00:00:00 2001 From: Torsten Blum Date: Tue, 23 Apr 1996 19:46:35 +0000 Subject: add BUILD_DEPENDS because the build fails if elk is not installed --- textproc/unroff/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'textproc/unroff') diff --git a/textproc/unroff/Makefile b/textproc/unroff/Makefile index 34ab3053de08..2c436a221a81 100644 --- a/textproc/unroff/Makefile +++ b/textproc/unroff/Makefile @@ -3,7 +3,7 @@ # Date created: 18 Feb 1996 # Whom: Thomas Gellekum # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/04/10 06:38:58 tg Exp $ # DISTNAME= unroff-1.0 @@ -13,6 +13,7 @@ MASTER_SITES= http://www-rn.informatik.uni-bremen.de/software/unroff/dist/ MAINTAINER= thomas@ghpc8.ihf.rwth-aachen.de RUN_DEPENDS= elk:${PORTSDIR}/lang/elk +BUILD_DEPENDS= elk:${PORTSDIR}/lang/elk PATCH_STRIP= -p1 -- cgit