summaryrefslogtreecommitdiff
path: root/devel/mingw-binutils
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-09-29 21:12:01 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-09-29 21:12:01 +0000
commitdebf8726bcc007ecf0413915dad57ea9747f0316 (patch)
treeef794ddf773f6cea2acdb22706f64b45a006dfd9 /devel/mingw-binutils
parents/PLIST_SUB=/PLIST_SUB+=/ to fix packaging. (diff)
Add a missing dependency: msgfmt/libintl.
Submitted by: bento
Notes
Notes: svn path=/head/; revision=67248
Diffstat (limited to 'devel/mingw-binutils')
-rw-r--r--devel/mingw-binutils/Makefile3
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