aboutsummaryrefslogtreecommitdiff
path: root/multimedia/sabbu/Makefile
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2007-05-27 08:00:24 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2007-05-27 08:00:24 +0000
commitdbe0283471e55d9b069444bf39b7816e61680d27 (patch)
tree6e9d069b1a4af164ed073025a508154f072b8992 /multimedia/sabbu/Makefile
parente02cf848353818ed1dc903a10dc2a21e5fc76ce2 (diff)
downloadports-dbe0283471e55d9b069444bf39b7816e61680d27.tar.gz
ports-dbe0283471e55d9b069444bf39b7816e61680d27.zip
Notes
Diffstat (limited to 'multimedia/sabbu/Makefile')
-rw-r--r--multimedia/sabbu/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/multimedia/sabbu/Makefile b/multimedia/sabbu/Makefile
index 527913ba4ab0..fd593cb31fc9 100644
--- a/multimedia/sabbu/Makefile
+++ b/multimedia/sabbu/Makefile
@@ -37,4 +37,12 @@ USE_GETTEXT= yes
PLIST_SUB+= WITH_NLS=""
.endif
+ASPELL_PORT?= textproc/aspell
+.if !defined(WITHOUT_GTKSPELL)
+LIB_DEPENDS+= gtkspell.0:${PORTSDIR}/textproc/gtkspell
+PLIST_SUB+= WITH_ASPELL=""
+.else
+PLIST_SUB+= WITH_ASPELL="@comment "
+.endif
+
.include <bsd.port.mk>