diff options
author | knu <knu@FreeBSD.org> | 2002-09-30 05:12:01 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-09-30 05:12:01 +0800 |
commit | 32cc5e51c3664b4c7be8afa0d0441f5f67f4aebf (patch) | |
tree | fc2783b7e9a833b0f20668ced445591f111adc8c /devel/mingw-binutils | |
parent | 6e015dc813ba42e7abafb0ab5ba475d745f6b45e (diff) | |
download | freebsd-ports-gnome-32cc5e51c3664b4c7be8afa0d0441f5f67f4aebf.tar.gz freebsd-ports-gnome-32cc5e51c3664b4c7be8afa0d0441f5f67f4aebf.tar.zst freebsd-ports-gnome-32cc5e51c3664b4c7be8afa0d0441f5f67f4aebf.zip |
Add a missing dependency: msgfmt/libintl.
Submitted by: bento
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 |