diff options
author | kris <kris@FreeBSD.org> | 2004-05-31 16:12:02 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-05-31 16:12:02 +0800 |
commit | 461f62a8b590464a560c670186b12104a97e7433 (patch) | |
tree | 53248db6c3493d7d48cf622de64f337fee7fe799 /textproc | |
parent | e9e53f15cc9d23e53f3bf491c1da2fbdb952ec8d (diff) | |
download | freebsd-ports-gnome-461f62a8b590464a560c670186b12104a97e7433.tar.gz freebsd-ports-gnome-461f62a8b590464a560c670186b12104a97e7433.tar.zst freebsd-ports-gnome-461f62a8b590464a560c670186b12104a97e7433.zip |
BROKEN: overwrites file installed by ispell dependency
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/spell/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/spell/Makefile b/textproc/spell/Makefile index 7de53a0aed0c..729a07dc83d2 100644 --- a/textproc/spell/Makefile +++ b/textproc/spell/Makefile @@ -13,7 +13,9 @@ MASTER_SITES= ${MASTER_SITE_GNU} \ MASTER_SITE_SUBDIR= spell MAINTAINER= brian@quynh-and-brian.org -COMMENT= A GNU implementation of the UNIX spell utility using Ispell +COMMENT= A GNU implementation of the UNIX spell utility using Ispell + +BROKEN= Overwrites file installed by dependency RUN_DEPENDS= ${LOCALBASE}/bin/ispell:${PORTSDIR}/textproc/ispell |