From 8a78367a1b62ed18e860ac46487b66c50db50f1f Mon Sep 17 00:00:00 2001 From: wosch Date: Tue, 27 Oct 1998 18:15:31 +0000 Subject: Fix RUN_DEPENDS line Submitted by: Jacques Vidrine --- german/dict/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'german/dict') diff --git a/german/dict/Makefile b/german/dict/Makefile index ec5542f2deb5..450f1de3ec07 100644 --- a/german/dict/Makefile +++ b/german/dict/Makefile @@ -3,7 +3,7 @@ # Date created: 6 August 1997 # Whom: wosch # -# $Id: Makefile,v 1.5 1997/12/31 12:11:56 wosch Exp $ +# $Id: Makefile,v 1.6 1997/12/31 22:33:44 asami Exp $ # DISTNAME= dict-1.1 @@ -14,7 +14,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${dict}.gz MAINTAINER= wosch@FreeBSD.org -RUN_DEPENDS= ${PORTSDIR}/textproc/agrep +RUN_DEPENDS= agrep:${PORTSDIR}/textproc/agrep EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -- cgit