aboutsummaryrefslogtreecommitdiffstats
path: root/mail/balsa
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2008-03-26 10:38:19 +0800
committermarcus <marcus@FreeBSD.org>2008-03-26 10:38:19 +0800
commitbec19afc942212f97d9da7136742326b4eb68d71 (patch)
tree8bbe777d9f4966bf88c916eacb1a0c490c12a3a2 /mail/balsa
parentfaa2792411af5d0980c2d786ed68cd689271dbf5 (diff)
downloadfreebsd-ports-gnome-bec19afc942212f97d9da7136742326b4eb68d71.tar.gz
freebsd-ports-gnome-bec19afc942212f97d9da7136742326b4eb68d71.tar.zst
freebsd-ports-gnome-bec19afc942212f97d9da7136742326b4eb68d71.zip
Add a missing dependency on gtksourceview2.
Reported by: pointyhat via pav
Diffstat (limited to 'mail/balsa')
-rw-r--r--mail/balsa/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile
index 01c674357c05..1208a0d106c7 100644
--- a/mail/balsa/Makefile
+++ b/mail/balsa/Makefile
@@ -8,6 +8,7 @@
PORTNAME= balsa
PORTVERSION= 2.3.23
+PORTREVISION= 1
CATEGORIES= mail gnome
MASTER_SITES= http://www.theochem.kth.se/~pawsa/balsa/
DISTNAME= balsa-${PORTVERSION}
@@ -68,8 +69,8 @@ CONFIGURE_ARGS+=--with-gtkspell
.endif
.if !defined(WITHOUT_GTKSV)
-USE_GNOME+= gtksourceview
-CONFIGURE_ARGS+=--with-gtksourceview
+USE_GNOME+= gtksourceview2
+CONFIGURE_ARGS+=--with-gtksourceview=2
.endif
.if !defined(WITHOUT_NOTIFY)