diff options
author | alex <alex@FreeBSD.org> | 2001-01-27 00:57:41 +0800 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2001-01-27 00:57:41 +0800 |
commit | 0f0ad5995a83bd6fc349d5cd80f584240c3e427d (patch) | |
tree | 3477ecb7889605817e3644b46b1991bcbff0b855 | |
parent | 189a8e91d6dfee09fd655971084ea4b896f45365 (diff) | |
download | freebsd-ports-gnome-0f0ad5995a83bd6fc349d5cd80f584240c3e427d.tar.gz freebsd-ports-gnome-0f0ad5995a83bd6fc349d5cd80f584240c3e427d.tar.zst freebsd-ports-gnome-0f0ad5995a83bd6fc349d5cd80f584240c3e427d.zip |
ARGL. Change ISPELL_NO to ISPELL_NL.
Bump PORTREVISION.
Submitted by: Espen Skoglund <esk@ira.uka.de>
-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" |