aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2002-10-28 00:46:24 +0800
committerknu <knu@FreeBSD.org>2002-10-28 00:46:24 +0800
commit3c6a5505568f6927d243d7bff640a7a462ae50bc (patch)
tree0485cfe73be0a2aef71c5bc3907ce749b9b137e4
parent20c421081a47a8ce4d0577a039e13f39d62016af (diff)
downloadfreebsd-ports-gnome-3c6a5505568f6927d243d7bff640a7a462ae50bc.tar.gz
freebsd-ports-gnome-3c6a5505568f6927d243d7bff640a7a462ae50bc.tar.zst
freebsd-ports-gnome-3c6a5505568f6927d243d7bff640a7a462ae50bc.zip
Add a missing BUILD_DEPENDS entry. It requires msgfmt to build .mo's.
Submitted by: bento, kris
-rw-r--r--devel/ruby-gettext/Makefile2
-rw-r--r--devel/rubygem-gettext/Makefile2
-rw-r--r--devel/rubygem-locale/Makefile2
3 files changed, 6 insertions, 0 deletions
diff --git a/devel/ruby-gettext/Makefile b/devel/ruby-gettext/Makefile
index a1a5a32c0489..f2e7bcf0ddda 100644
--- a/devel/ruby-gettext/Makefile
+++ b/devel/ruby-gettext/Makefile
@@ -16,6 +16,8 @@ DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
+BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext
+
USE_RUBY= yes
USE_RUBY_RDTOOL= yes
USE_RUBY_SETUP= yes
diff --git a/devel/rubygem-gettext/Makefile b/devel/rubygem-gettext/Makefile
index a1a5a32c0489..f2e7bcf0ddda 100644
--- a/devel/rubygem-gettext/Makefile
+++ b/devel/rubygem-gettext/Makefile
@@ -16,6 +16,8 @@ DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
+BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext
+
USE_RUBY= yes
USE_RUBY_RDTOOL= yes
USE_RUBY_SETUP= yes
diff --git a/devel/rubygem-locale/Makefile b/devel/rubygem-locale/Makefile
index a1a5a32c0489..f2e7bcf0ddda 100644
--- a/devel/rubygem-locale/Makefile
+++ b/devel/rubygem-locale/Makefile
@@ -16,6 +16,8 @@ DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
+BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext
+
USE_RUBY= yes
USE_RUBY_RDTOOL= yes
USE_RUBY_SETUP= yes