diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-05-28 15:54:10 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-05-28 15:54:10 +0000 |
commit | c4d35f2348193101256ed3caa57c7058408330eb (patch) | |
tree | c47710033826b222b07716c59f54bf2ab3555e72 /news | |
parent | - Rename port textproc/gnomespell -> textproc/gnome-spell (diff) |
- Rename ports
textproc/gtkspell2 -> textproc/gtkspell
textproc/gtkspell2-reference -> textproc/gtkspell-reference
Notes
Notes:
svn path=/head/; revision=163721
Diffstat (limited to 'news')
-rw-r--r-- | news/pan/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/news/pan/Makefile b/news/pan/Makefile index af09715cc35c..f479040534b1 100644 --- a/news/pan/Makefile +++ b/news/pan/Makefile @@ -36,7 +36,7 @@ OPTIONS= GTKSPELL "Enable spell checking support" on .if defined(WITHOUT_GTKSPELL) CONFIGURE_ARGS+= --disable-gtkspell .else -LIB_DEPENDS+= gtkspell.0:${PORTSDIR}/textproc/gtkspell2 +LIB_DEPENDS+= gtkspell.0:${PORTSDIR}/textproc/gtkspell .endif post-patch: |