diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2009-08-30 15:04:07 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2009-08-30 15:04:07 +0000 |
commit | c7d67dc55d06805a39083192b6c014bf318846e8 (patch) | |
tree | efbb45895cdba9a7304848f61fc8af6313b16c67 /mail/sylpheed2 | |
parent | 7e36d699d517e0f7157508e76bc01f23da9f869f (diff) | |
download | ports-c7d67dc55d06805a39083192b6c014bf318846e8.tar.gz ports-c7d67dc55d06805a39083192b6c014bf318846e8.zip |
Notes
Diffstat (limited to 'mail/sylpheed2')
-rw-r--r-- | mail/sylpheed2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/sylpheed2/Makefile b/mail/sylpheed2/Makefile index 999c5c7eec62..3b7e7a815714 100644 --- a/mail/sylpheed2/Makefile +++ b/mail/sylpheed2/Makefile @@ -89,7 +89,7 @@ CONFIGURE_ARGS+=--disable-gtkspell .endif .if defined(WITH_ONIGURUMA) -BUILD_DEPENDS+= ${LOCALBASE}/lib/libonig.a:${PORTSDIR}/devel/oniguruma +BUILD_DEPENDS+= ${LOCALBASE}/lib/libonig.a:${PORTSDIR}/devel/oniguruma5 CONFIGURE_ARGS+=--enable-oniguruma .else CONFIGURE_ARGS+=--disable-oniguruma |