aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2013-09-16 17:22:30 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2013-09-16 17:22:30 +0000
commit1d32125f78aef1bcc861ff5e879077973ffc1690 (patch)
tree4500ea6533cdb5077eb01ad8fd311901c60043fb /sysutils
parent926c80457ba93266c92d25ce104486fc3101d852 (diff)
downloadports-1d32125f78aef1bcc861ff5e879077973ffc1690.tar.gz
ports-1d32125f78aef1bcc861ff5e879077973ffc1690.zip
Notes
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/e2fsprogs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/e2fsprogs/Makefile b/sysutils/e2fsprogs/Makefile
index 9775b67db89e..ea4bb56c585f 100644
--- a/sysutils/e2fsprogs/Makefile
+++ b/sysutils/e2fsprogs/Makefile
@@ -54,7 +54,7 @@ MAKE_ARGS+= V=1
.if ${PORT_OPTIONS:MNLS}
USES+= gettext
PLIST_SUB= NLS=""
-. if ${OSVERSION} >= 1000043
+. if empty(ICONV_LIB)
libintl= "${LOCALBASE}/lib/libintl.a"
. else
libintl= "${LOCALBASE}/lib/libintl.a ${LOCALBASE}/lib/libiconv.a"