diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-06-08 16:16:49 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-06-08 16:16:49 +0000 |
commit | 07db5231ffcfb169aed5716c4ea8b71d5a36c3f3 (patch) | |
tree | 08d71d88447574ec5625e4cec83d890252a19641 /security/clamav/Makefile | |
parent | Remove pkg-deinstall. (diff) |
Enable pthread support using devel/pth.
Turn on building clamd and clamdscan.
PR: 53056
Pointed out by: Olivier Tharan <olive@oban.frmug.org>
Submitted by: TERAMOTO Masahiro <markun@onohara.to>
Diffstat (limited to 'security/clamav/Makefile')
-rw-r--r-- | security/clamav/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/security/clamav/Makefile b/security/clamav/Makefile index 4fe6a4c49129..7d7704382fa3 100644 --- a/security/clamav/Makefile +++ b/security/clamav/Makefile @@ -19,11 +19,13 @@ RUN_DEPENDS= lha:${PORTSDIR}/archivers/lha \ zoo:${PORTSDIR}/archivers/zoo \ arc:${PORTSDIR}/archivers/arc \ unzip:${PORTSDIR}/archivers/unzip +LIB_DEPENDS= pth.20:${PORTSDIR}/devel/pth USE_GMAKE= yes -HAS_CONFIGURE= yes +USE_LIBTOOL= yes +INSTALLS_SHLIB= yes -CONFIGURE_ARGS= --prefix=${PREFIX} --disable-clamav --disable-pthreads +CONFIGURE_ARGS= --prefix=${PREFIX} --disable-clamav MAN1= clamscan.1 freshclam.1 sigtool.1 clamdscan.1 MAN5= clamav.conf.5 |