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 | |
parent | cec22e82403ce4be48409a2fb7c74aa745e5bfec (diff) | |
download | ports-0b81b0edd3b5b6830d88afae3c33e2a2cd88250e.tar.gz ports-0b81b0edd3b5b6830d88afae3c33e2a2cd88250e.zip |
Notes
Diffstat (limited to 'mail/balsa')
-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) |