diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-09-29 21:12:01 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-09-29 21:12:01 +0000 |
commit | debf8726bcc007ecf0413915dad57ea9747f0316 (patch) | |
tree | ef794ddf773f6cea2acdb22706f64b45a006dfd9 /devel/mingw-binutils | |
parent | cf0fbaead2ac85551efa21e4a992320d2a6308dc (diff) | |
download | ports-debf8726bcc007ecf0413915dad57ea9747f0316.tar.gz ports-debf8726bcc007ecf0413915dad57ea9747f0316.zip |
Notes
Diffstat (limited to 'devel/mingw-binutils')
-rw-r--r-- | devel/mingw-binutils/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/mingw-binutils/Makefile b/devel/mingw-binutils/Makefile index c4f08cfbdd85..e8a48e47fb93 100644 --- a/devel/mingw-binutils/Makefile +++ b/devel/mingw-binutils/Makefile @@ -16,6 +16,9 @@ DIST_SUBDIR= mingw MAINTAINER= doc@hisio.safenet.pl +BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext + WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-20011113 USE_GMAKE= yes |