diff options
Diffstat (limited to 'devel/geany-plugin-vc/Makefile')
-rw-r--r-- | devel/geany-plugin-vc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/geany-plugin-vc/Makefile b/devel/geany-plugin-vc/Makefile index 3c81b98e0c9e..2dca198ce3cf 100644 --- a/devel/geany-plugin-vc/Makefile +++ b/devel/geany-plugin-vc/Makefile @@ -11,7 +11,7 @@ OPTIONS_DEFINE= GTKSPELL OPTIONS_DEFAULT= GTKSPELL GTKSPELL_DESC= Spell checking support via GtkSpell -GTKSPELL_LIB_DEPENDS= libgtkspell.so:${PORTSDIR}/textproc/gtkspell +GTKSPELL_LIB_DEPENDS= libgtkspell.so:textproc/gtkspell GTKSPELL_CONFIGURE_ENABLE= gtkspell .include "${.CURDIR}/../geany-plugins/files/Makefile.common" |