aboutsummaryrefslogtreecommitdiff
path: root/sysutils/e2fsprogs
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-18 08:31:00 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-18 08:31:00 +0000
commitbd0f959252ca4814047bdc870b10fe9b462632c4 (patch)
tree0cb5220f3d16cd2f689e7031eab3422746255bf5 /sysutils/e2fsprogs
parenta1983dd5ba00bd780f7beca39dfd4b7028250baf (diff)
downloadports-bd0f959252ca4814047bdc870b10fe9b462632c4.tar.gz
ports-bd0f959252ca4814047bdc870b10fe9b462632c4.zip
Notes
Diffstat (limited to 'sysutils/e2fsprogs')
-rw-r--r--sysutils/e2fsprogs/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/e2fsprogs/Makefile b/sysutils/e2fsprogs/Makefile
index ea4bb56c585f..45a96f1ffb9a 100644
--- a/sysutils/e2fsprogs/Makefile
+++ b/sysutils/e2fsprogs/Makefile
@@ -13,6 +13,7 @@ COMMENT?= Utilities & library to manipulate ext2/3/4 filesystems
LICENSE= GPLv2
PATCH_STRIP= -p1
+USES= gmake pkgconfig
USE_GMAKE= yes
USE_CSTD= gnu99
USE_LDCONFIG= yes
@@ -52,7 +53,7 @@ MAKE_ARGS+= V=1
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
-USES+= gettext
+USES+= gettext iconv:build
PLIST_SUB= NLS=""
. if empty(ICONV_LIB)
libintl= "${LOCALBASE}/lib/libintl.a"