From 2f66c48a52d7547c8bbeeb90969c2f11739c299d Mon Sep 17 00:00:00 2001 From: bapt Date: Wed, 18 Sep 2013 08:31:00 +0000 Subject: Fix build with/without iconv Whiel here add a dependency on pkgconf --- sysutils/e2fsprogs/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sysutils/e2fsprogs') 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 .if ${PORT_OPTIONS:MNLS} -USES+= gettext +USES+= gettext iconv:build PLIST_SUB= NLS="" . if empty(ICONV_LIB) libintl= "${LOCALBASE}/lib/libintl.a" -- cgit