diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-06-21 10:12:04 +0800 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-06-21 10:12:04 +0800 |
commit | 56256f5c20bd692c8419d109bea331657f745dc8 (patch) | |
tree | 20b74f34f56ef63e9cf835c10ef8e78b6fa98c7f /textproc | |
parent | b75559f56577cd04ddb1b0ba0b9955f8798521db (diff) | |
download | freebsd-ports-gnome-56256f5c20bd692c8419d109bea331657f745dc8.tar.gz freebsd-ports-gnome-56256f5c20bd692c8419d109bea331657f745dc8.tar.zst freebsd-ports-gnome-56256f5c20bd692c8419d109bea331657f745dc8.zip |
s/BROKEN/IGNORE/ to prevent package build
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/spell/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/spell/Makefile b/textproc/spell/Makefile index 729a07dc83d2..eae031157c12 100644 --- a/textproc/spell/Makefile +++ b/textproc/spell/Makefile @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= spell MAINTAINER= brian@quynh-and-brian.org COMMENT= A GNU implementation of the UNIX spell utility using Ispell -BROKEN= Overwrites file installed by dependency +IGNORE= Overwrites file installed by dependency RUN_DEPENDS= ${LOCALBASE}/bin/ispell:${PORTSDIR}/textproc/ispell |