diff options
author | oliver <oliver@FreeBSD.org> | 2009-08-30 23:04:07 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2009-08-30 23:04:07 +0800 |
commit | b8d2d5ccb3f99559cc6e420f3cbc963f2e6f0b43 (patch) | |
tree | 05bc25b419386bfb82bc97cdf3f96096ea0746f1 | |
parent | af95fe4ed833e5bd98c6a76c19b3771b0dbcafea (diff) | |
download | freebsd-ports-gnome-b8d2d5ccb3f99559cc6e420f3cbc963f2e6f0b43.tar.gz freebsd-ports-gnome-b8d2d5ccb3f99559cc6e420f3cbc963f2e6f0b43.tar.zst freebsd-ports-gnome-b8d2d5ccb3f99559cc6e420f3cbc963f2e6f0b43.zip |
change dependency for WITH_ONIGURUMA from devel/oniguruma to devel/oniguruma5
-rw-r--r-- | mail/sylpheed2/Makefile | 2 | ||||
-rw-r--r-- | mail/sylpheed3/Makefile | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/mail/sylpheed3/Makefile b/mail/sylpheed3/Makefile index 999c5c7eec62..3b7e7a815714 100644 --- a/mail/sylpheed3/Makefile +++ b/mail/sylpheed3/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 |