diff options
author | Wolfram Schneider <wosch@FreeBSD.org> | 1998-10-27 18:15:31 +0000 |
---|---|---|
committer | Wolfram Schneider <wosch@FreeBSD.org> | 1998-10-27 18:15:31 +0000 |
commit | 6602bae8a112e963a198c0b1d5395c0488458b45 (patch) | |
tree | f401390a6a047a3d82265c5647035c1d3f4cd140 /german | |
parent | ee1dc21c32a65b374c5c9afff7669a966913459b (diff) | |
download | ports-6602bae8a112e963a198c0b1d5395c0488458b45.tar.gz ports-6602bae8a112e963a198c0b1d5395c0488458b45.zip |
Notes
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} |