aboutsummaryrefslogtreecommitdiff
path: root/devel/geany-plugin-vc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/geany-plugin-vc/Makefile')
-rw-r--r--devel/geany-plugin-vc/Makefile13
1 files changed, 3 insertions, 10 deletions
diff --git a/devel/geany-plugin-vc/Makefile b/devel/geany-plugin-vc/Makefile
index 215df2e55da1..3c81b98e0c9e 100644
--- a/devel/geany-plugin-vc/Makefile
+++ b/devel/geany-plugin-vc/Makefile
@@ -9,17 +9,10 @@ COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC}
OPTIONS_DEFINE= GTKSPELL
OPTIONS_DEFAULT= GTKSPELL
+
GTKSPELL_DESC= Spell checking support via GtkSpell
+GTKSPELL_LIB_DEPENDS= libgtkspell.so:${PORTSDIR}/textproc/gtkspell
+GTKSPELL_CONFIGURE_ENABLE= gtkspell
-NO_STAGE= yes
.include "${.CURDIR}/../geany-plugins/files/Makefile.common"
-# bsd.port.options.mk is already included
-
-.if ${PORT_OPTIONS:MGTKSPELL}
-LIB_DEPENDS+= gtkspell:${PORTSDIR}/textproc/gtkspell
-CONFIGURE_ARGS+= --enable-gtkspell
-.else
-CONFIGURE_ARGS+= --disable-gtkspell
-.endif
-
.include <bsd.port.mk>