diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-02-05 11:14:37 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-02-05 11:14:37 +0000 |
commit | a9c2ade8fc45cd26cc5ac112bf8f06cf5e3d4525 (patch) | |
tree | 72aef7ad7629dc3ff5cec6ae7ec8bcd66de808c9 /security/clamav | |
parent | dee0f0664de2d4535118c26d7f4cea8f34ad8b92 (diff) | |
download | ports-a9c2ade8fc45cd26cc5ac112bf8f06cf5e3d4525.tar.gz ports-a9c2ade8fc45cd26cc5ac112bf8f06cf5e3d4525.zip |
Move devel/libcheck to devel/check
- Bump PORTREVISION for dependent ports
Notes
Notes:
svn path=/head/; revision=433395
Diffstat (limited to 'security/clamav')
-rw-r--r-- | security/clamav/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/clamav/Makefile b/security/clamav/Makefile index 2c94a0bbfbda..afc620a04274 100644 --- a/security/clamav/Makefile +++ b/security/clamav/Makefile @@ -44,7 +44,7 @@ MILTER_CONFIGURE_ENABLE=milter TESTS_CONFIGURE_ENABLE= check JSON_CONFIGURE_WITH= libjson PCRE_CONFIGURE_WITH= pcre -TESTS_BUILD_DEPENDS= ${LOCALBASE}/include/check.h:devel/libcheck +TESTS_BUILD_DEPENDS= ${LOCALBASE}/include/check.h:devel/check ICONV_CONFIGURE_ON= --with-iconv ICONV_CONFIGURE_OFF= --without-iconv ICONV_USES= iconv |