diff options
author | Alexander Langer <alex@FreeBSD.org> | 2001-01-26 16:57:41 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 2001-01-26 16:57:41 +0000 |
commit | b165a2bff8b7b460ef11076b466c5fcc89bb9533 (patch) | |
tree | 9c6727947c0db736100b26a018bdfbef7cadbd43 /textproc | |
parent | d33af9f4f4d98011086e142f1630d939fa5e52ad (diff) | |
download | freebsd-ports-b165a2bff8b7b460ef11076b466c5fcc89bb9533.zip |
ARGL. Change ISPELL_NO to ISPELL_NL.
Bump PORTREVISION.
Submitted by: Espen Skoglund <esk@ira.uka.de>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/nl-ispell/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/nl-ispell/Makefile b/textproc/nl-ispell/Makefile index d7e0ba3d4ae7..bb266f303ef9 100644 --- a/textproc/nl-ispell/Makefile +++ b/textproc/nl-ispell/Makefile @@ -7,9 +7,10 @@ MAINTAINER= alex@FreeBSD.org -ISPELL_NO= yes +ISPELL_NL= yes PORTNAME= nl-ispell PORTVERSION= 1.0.0 +PORTREVISION= 1 MASTERDIR= ${.CURDIR}/../ispell .include "${MASTERDIR}/Makefile" |