diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-03-26 02:38:19 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-03-26 02:38:19 +0000 |
commit | 0b81b0edd3b5b6830d88afae3c33e2a2cd88250e (patch) | |
tree | 55c8612fd47f7448a0f9dba971ea05a27a0c6a3a /mail/balsa/Makefile | |
parent | cec22e82403ce4be48409a2fb7c74aa745e5bfec (diff) |
Add a missing dependency on gtksourceview2.
Reported by: pointyhat via pav
Notes
Notes:
svn path=/head/; revision=209829
Diffstat (limited to 'mail/balsa/Makefile')
-rw-r--r-- | mail/balsa/Makefile | 5 |
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) |