aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoroliver <oliver@FreeBSD.org>2009-08-30 23:04:07 +0800
committeroliver <oliver@FreeBSD.org>2009-08-30 23:04:07 +0800
commitb8d2d5ccb3f99559cc6e420f3cbc963f2e6f0b43 (patch)
tree05bc25b419386bfb82bc97cdf3f96096ea0746f1
parentaf95fe4ed833e5bd98c6a76c19b3771b0dbcafea (diff)
downloadfreebsd-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/Makefile2
-rw-r--r--mail/sylpheed3/Makefile2
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