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/ruby-gettext | |
parent | fb3f6dc4edf7770fcc3d536fa54938ea52601988 (diff) | |
download | ports-66313907f7503d8dc6f7d780448dc31aa76f6d2b.tar.gz ports-66313907f7503d8dc6f7d780448dc31aa76f6d2b.zip |
Add a missing BUILD_DEPENDS entry. It requires msgfmt to build .mo's.
Submitted by: bento, kris
Notes
Notes:
svn path=/head/; revision=68935
Diffstat (limited to 'devel/ruby-gettext')
-rw-r--r-- | devel/ruby-gettext/Makefile | 2 |
1 files changed, 2 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 |