diff options
author | vsevolod <vsevolod@FreeBSD.org> | 2005-10-12 18:05:11 +0800 |
---|---|---|
committer | vsevolod <vsevolod@FreeBSD.org> | 2005-10-12 18:05:11 +0800 |
commit | dd0bbef6647158803b5d5a2d2121f570338bf665 (patch) | |
tree | 3f79e55725dc6749a0133c0f9fa16762fea5fd2d /security | |
parent | 05f98e07cad6f9a1f2629353b1228e6d7808a74b (diff) | |
download | freebsd-ports-gnome-dd0bbef6647158803b5d5a2d2121f570338bf665.tar.gz freebsd-ports-gnome-dd0bbef6647158803b5d5a2d2121f570338bf665.tar.zst freebsd-ports-gnome-dd0bbef6647158803b5d5a2d2121f570338bf665.zip |
Fix using of libunrar in OPTIONS variable.
Noted by: ache
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} |