diff options
author | dmcmahill <dmcmahill> | 2000-03-02 16:40:31 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2000-03-02 16:40:31 +0000 |
commit | 633f2758580f92d6812ce9a561a89ef915e4a417 (patch) | |
tree | 01bf19763b2c7ceea764978bf191b2ebe6504f94 /textproc/ted-fr | |
parent | 972b30f8570b122719abccf1ad86b83b7208ae6b (diff) | |
download | pkgsrc-633f2758580f92d6812ce9a561a89ef915e4a417.tar.gz |
Update the Ted spelling dictionaries to use a wildcard depends on the
installed version of Ted.
Diffstat (limited to 'textproc/ted-fr')
-rw-r--r-- | textproc/ted-fr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/ted-fr/Makefile b/textproc/ted-fr/Makefile index e685ef0c226..70d331fa1ed 100644 --- a/textproc/ted-fr/Makefile +++ b/textproc/ted-fr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1999/10/10 19:43:22 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.3 2000/03/02 16:40:35 dmcmahill Exp $ DISTNAME= Ted_F PKGNAME= ted-fr-2.6 @@ -10,7 +10,7 @@ MASTER_SITES= ftp://ftp.nluug.nl/pub/editors/ted/ \ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.nllgg.nl/Ted/ -DEPENDS+= ted-2.6:../../textproc/ted +DEPENDS+= ted>=2.6:../../textproc/ted USE_X11BASE= YES |