diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-18 16:31:00 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-18 16:31:00 +0800 |
commit | 2f66c48a52d7547c8bbeeb90969c2f11739c299d (patch) | |
tree | 0cb5220f3d16cd2f689e7031eab3422746255bf5 | |
parent | 1680f70e1ddf995a9563e81a59735572bf4842d6 (diff) | |
download | freebsd-ports-gnome-2f66c48a52d7547c8bbeeb90969c2f11739c299d.tar.gz freebsd-ports-gnome-2f66c48a52d7547c8bbeeb90969c2f11739c299d.tar.zst freebsd-ports-gnome-2f66c48a52d7547c8bbeeb90969c2f11739c299d.zip |
Fix build with/without iconv
Whiel here add a dependency on pkgconf
-rw-r--r-- | sysutils/e2fsprogs/Makefile | 3 |
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" |