diff options
author | agc <agc> | 2001-03-14 12:14:54 +0000 |
---|---|---|
committer | agc <agc> | 2001-03-14 12:14:54 +0000 |
commit | c5de489157817675996772f3c732f2716492f177 (patch) | |
tree | 94a36bde8ff3cb7a6a86526d59bc679a6eab8f88 /textproc/ispell-gaeilge | |
parent | 3bb5d3557e154c39fa61fc1e11f51026b3279c53 (diff) | |
download | pkgsrc-c5de489157817675996772f3c732f2716492f177.tar.gz |
Adapt to the new format for the ispell packages.
Diffstat (limited to 'textproc/ispell-gaeilge')
-rw-r--r-- | textproc/ispell-gaeilge/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/ispell-gaeilge/Makefile b/textproc/ispell-gaeilge/Makefile index 044d1ede1d0..0ffde8c2556 100644 --- a/textproc/ispell-gaeilge/Makefile +++ b/textproc/ispell-gaeilge/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2001/02/17 17:37:29 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2001/03/14 12:14:54 agc Exp $ -DISTNAME= ispell-gaeilge-0.1 +DISTNAME= ispell-gaeilge-0.1nb1 CATEGORIES= textproc MASTER_SITES= http://borel.slu.edu/~kps/ispell/ @@ -8,6 +8,6 @@ MAINTAINER= ad@netbsd.org HOMEPAGE= http://borel.slu.edu/~kps/ispell/ COMMENT= Irish language support for ispell -DEPENDS+= ispell>=3.1.20:../../textproc/ispell +DEPENDS+= ispell-3.1.20:../../textproc/ispell-base .include "../../mk/bsd.pkg.mk" |