aboutsummaryrefslogtreecommitdiff
path: root/mail/sylpheed2-devel/Makefile
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2006-12-14 15:34:39 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2006-12-14 15:34:39 +0000
commit0fcb5ac55f081d184892e2f1255040231efdf249 (patch)
treec9a8d4e2a7b74101ef5d496b802b1ff11fdcb969 /mail/sylpheed2-devel/Makefile
parent5f4f039f4fe37e9f47968a269a9279bb01f0ffd9 (diff)
downloadports-0fcb5ac55f081d184892e2f1255040231efdf249.tar.gz
ports-0fcb5ac55f081d184892e2f1255040231efdf249.zip
Notes
Diffstat (limited to 'mail/sylpheed2-devel/Makefile')
-rw-r--r--mail/sylpheed2-devel/Makefile12
1 files changed, 10 insertions, 2 deletions
diff --git a/mail/sylpheed2-devel/Makefile b/mail/sylpheed2-devel/Makefile
index 7b6bbc7e96be..ee58e2b1feab 100644
--- a/mail/sylpheed2-devel/Makefile
+++ b/mail/sylpheed2-devel/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= sylpheed
-PORTVERSION= 2.3.0.b5
+PORTVERSION= 2.3.0.b7
PORTREVISION= 1
CATEGORIES= mail ipv6
MASTER_SITES= http://sylpheed.sraoss.jp/sylpheed/v2.3beta/ \
@@ -44,7 +44,8 @@ OPTIONS= GPGME "Enable GnuPG support using GPGME." off \
JPILOT "Enable JPilot support." off \
LDAP "Enable LDAP support." off \
SSL "Enable OpenSSL support." on \
- GTKSPELL "Enable Spell checking support" on
+ GTKSPELL "Enable Spell checking support" on \
+ ONIGURUMA "Enable Oniguruma support" off
.include <bsd.port.pre.mk>
@@ -93,6 +94,13 @@ CONFIGURE_ARGS+=--enable-gtkspell
CONFIGURE_ARGS+=--disable-gtkspell
.endif
+.if defined(WITH_ONIGURUMA)
+BUILD_DEPENDS+= ${LOCALBASE}/lib/libonig.a:${PORTSDIR}/devel/oniguruma
+CONFIGURE_ARGS+=--enable-oniguruma
+.else
+CONFIGURE_ARGS+=--disable-oniguruma
+.endif
+
MAKEFILES= Makefile.in ac/Makefile.in faq/Makefile.in faq/de/Makefile.in \
faq/en/Makefile.in faq/es/Makefile.in faq/fr/Makefile.in \
faq/it/Makefile.in manual/Makefile.in manual/en/Makefile.in \