diff options
author | wosch <wosch@FreeBSD.org> | 1998-10-28 02:15:31 +0800 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1998-10-28 02:15:31 +0800 |
commit | 8a78367a1b62ed18e860ac46487b66c50db50f1f (patch) | |
tree | 9dc6dba2851b6300284c9e7a6ceaa71ec769e3b1 /german | |
parent | 708b93a965b5a8ee0cbd6dcee919d02b8e670a53 (diff) | |
download | freebsd-ports-gnome-8a78367a1b62ed18e860ac46487b66c50db50f1f.tar.gz freebsd-ports-gnome-8a78367a1b62ed18e860ac46487b66c50db50f1f.tar.zst freebsd-ports-gnome-8a78367a1b62ed18e860ac46487b66c50db50f1f.zip |
Fix RUN_DEPENDS line
Submitted by: Jacques Vidrine <n@nectar.com>
Diffstat (limited to 'german')
-rw-r--r-- | german/dict/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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} |