diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-10-27 16:46:24 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-10-27 16:46:24 +0000 |
commit | 66313907f7503d8dc6f7d780448dc31aa76f6d2b (patch) | |
tree | 69a8f289f9c824d684633539940a9a3450264c35 /devel/rubygem-gettext/Makefile | |
parent | Use correct syntax for chown (bin.bin -> bin:bin). (diff) |
Add a missing BUILD_DEPENDS entry. It requires msgfmt to build .mo's.
Submitted by: bento, kris
Diffstat (limited to 'devel/rubygem-gettext/Makefile')
-rw-r--r-- | devel/rubygem-gettext/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |