diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2015-04-16 10:57:57 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2015-04-16 10:57:57 +0000 |
commit | 131a6f5b8d6560f9b6670bbe46db577a335b740e (patch) | |
tree | e8149c26b764537d0b8ba5ce2824fc3f2864c8b1 /Mk/Uses | |
parent | f9832a88f9240d312cb58cc3e0194354b2c8b521 (diff) |
Notes
Diffstat (limited to 'Mk/Uses')
-rw-r--r-- | Mk/Uses/iconv.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Uses/iconv.mk b/Mk/Uses/iconv.mk index d574f74074c4..a303cabc78d7 100644 --- a/Mk/Uses/iconv.mk +++ b/Mk/Uses/iconv.mk @@ -39,7 +39,7 @@ ICONV_CONFIGURE_BASE= .if ${OPSYS} == DragonFly || (${OPSYS} == FreeBSD && ${OSVERSION} < 1100069) \ || exists(${LOCALBASE}/include/iconv.h) -BUILD_DEPENDS+= libiconv>=1.14_7:${PORTSDIR}/converters/libiconv +BUILD_DEPENDS+= libiconv>=1.14_8:${PORTSDIR}/converters/libiconv CPPFLAGS+= -DLIBICONV_PLUG CFLAGS+= -DLIBICONV_PLUG CXXFLAGS+= -DLIBICONV_PLUG |