diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2009-04-01 10:10:16 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2009-04-01 10:10:16 +0000 |
commit | 7aec2c3eab75e8cf9f2d3f35f3ed1120781585f6 (patch) | |
tree | 0b883044e43a8529699bff24a4e0487e663a0177 /textproc/linux-aspell | |
parent | 7bd0b24591110e2807f5cf55230131f5669a3dbd (diff) |
Notes
Diffstat (limited to 'textproc/linux-aspell')
-rw-r--r-- | textproc/linux-aspell/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/linux-aspell/Makefile b/textproc/linux-aspell/Makefile index d63a5ce3f480..82c3daa1da8a 100644 --- a/textproc/linux-aspell/Makefile +++ b/textproc/linux-aspell/Makefile @@ -7,7 +7,7 @@ PORTNAME= aspell PORTVERSION= 0.50.4.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc linux MASTER_SITES= ftp://ftp.pbone.net/mirror/ftp.ximian.com/pub/ximian-evolution/redhat-80-i386/ \ ftp://ftp.pbone.net/mirror/ftp.ximian.com/pub/ximian-evolution/redhat-80-i386/source/ \ @@ -21,6 +21,8 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= Spelling checker with better logic than ispell (linux version) +CONFLICTS= linux-f8-aspell-[0-9]* + USE_LINUX_RPM= yes ONLY_FOR_ARCHS= i386 amd64 USE_GMAKE= yes |