diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-09-28 12:34:57 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-09-28 12:34:57 +0800 |
commit | 7444bf09509397738923673586d475c839210a1c (patch) | |
tree | ebd80c5a5578ab74a019fb1ef624a3dd2dc7acc1 | |
parent | 5e891f06b5391f3800c7a74cd0085225678b8883 (diff) | |
download | freebsd-ports-gnome-7444bf09509397738923673586d475c839210a1c.tar.gz freebsd-ports-gnome-7444bf09509397738923673586d475c839210a1c.tar.zst freebsd-ports-gnome-7444bf09509397738923673586d475c839210a1c.zip |
- Fix ispell issue: CONFLICTS and SCRIPTS settings are optional (ISPELL)
-rw-r--r-- | textproc/aspell/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/textproc/aspell/Makefile b/textproc/aspell/Makefile index 9509597ac0ec..43c7a0c7d643 100644 --- a/textproc/aspell/Makefile +++ b/textproc/aspell/Makefile @@ -23,9 +23,6 @@ CONFIGURE_ARGS= --enable-dict-dir=${DATADIR} \ --enable-curses=ncursesw \ --enable-static -CONFLICTS+= ispell* ??-ispell* -SCRIPTS= ispell spell - USE_GMAKE= yes USE_ICONV= yes USE_PERL5_BUILD= yes |