aboutsummaryrefslogtreecommitdiff
path: root/security/clamav
diff options
context:
space:
mode:
authorLarry Rosenman <ler@FreeBSD.org>2018-11-30 13:12:02 +0000
committerLarry Rosenman <ler@FreeBSD.org>2018-11-30 13:12:02 +0000
commitd9fc5987ac0d8a01d77183c8ae59c29775a6baee (patch)
tree7b284306b00228e2106dd63cbbc06b459eecabd9 /security/clamav
parent2d3e9446cb399c26b6589defbc1e522b0cbd0ffc (diff)
downloadports-d9fc5987ac0d8a01d77183c8ae59c29775a6baee.tar.gz
ports-d9fc5987ac0d8a01d77183c8ae59c29775a6baee.zip
security/clamav: remove unneeded build_depends for pkgconfig.
Reported by: sunpoet
Notes
Notes: svn path=/head/; revision=486251
Diffstat (limited to 'security/clamav')
-rw-r--r--security/clamav/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/security/clamav/Makefile b/security/clamav/Makefile
index b936445345fd..28c42128ad74 100644
--- a/security/clamav/Makefile
+++ b/security/clamav/Makefile
@@ -12,7 +12,6 @@ COMMENT= Command line virus scanner written entirely in C
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-BUILD_DEPENDS= pkg-config:devel/pkgconf
LIB_DEPENDS= libltdl.so:devel/libltdl \
libcurl.so:ftp/curl
@@ -97,7 +96,7 @@ LHA_RUN_DEPENDS= lha:archivers/lha
MILTER_CONFIGURE_WITH= sendmail=/usr/sbin/sendmail
MILTER_CONFIGURE_ENABLE=milter
MILTER_USE= RC_SUBR=clamav-milter
-MSPACK_CONFIGURE_WITH= system-libmspack=${LOCALBASE}/lib/libmspack.so
+MSPACK_CONFIGURE_WITH= system-libmspack=${LOCALBASE}/lib/libmspack.so
MSPACK_LIB_DEPENDS= libmspack.so:archivers/libmspack
PCRE_CONFIGURE_WITH= pcre
PCRE_LIB_DEPENDS= libpcre2-8.so:devel/pcre2