diff options
author | Vsevolod Stakhov <vsevolod@FreeBSD.org> | 2005-10-12 10:05:11 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@FreeBSD.org> | 2005-10-12 10:05:11 +0000 |
commit | 39a02318590370dfdc52fe66a8b08002fa4f70cc (patch) | |
tree | c5e9405e39df8e32a2149d92cb232e0e35051890 /security | |
parent | 7f49af5c322c63ba8279964ef66c05413179ec7b (diff) | |
download | ports-39a02318590370dfdc52fe66a8b08002fa4f70cc.tar.gz ports-39a02318590370dfdc52fe66a8b08002fa4f70cc.zip |
Notes
Diffstat (limited to 'security')
-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 8917221165f8..be3c1fd94369 100644 --- a/security/clamav/Makefile +++ b/security/clamav/Makefile @@ -25,7 +25,7 @@ RUN_DEPENDS= lha:${PORTSDIR}/archivers/lha \ OPTIONS= MILTER "Compile the milter interface" Off \ CURL "Support URL downloading" Off \ - UNRAR "Support for external Unrar library" Off + LIBUNRAR "Support for external Unrar library" Off USE_REINPLACE= yes USE_LIBTOOL_VER=15 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |