diff options
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: |