diff options
author | nork <nork@FreeBSD.org> | 2003-06-12 00:58:37 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-06-12 00:58:37 +0800 |
commit | eb891561231b61b3fc835feb25c380fdbcab246b (patch) | |
tree | 77aababe5314dcc83f7b8a0b49d987e16db8b3a8 /security/clamav | |
parent | c640f94a01f72d11e986448a164be61f7691cd97 (diff) | |
download | freebsd-ports-gnome-eb891561231b61b3fc835feb25c380fdbcab246b.tar.gz freebsd-ports-gnome-eb891561231b61b3fc835feb25c380fdbcab246b.tar.zst freebsd-ports-gnome-eb891561231b61b3fc835feb25c380fdbcab246b.zip |
Fix install error.
PR: ports/53112
Submitted by: Michal F. Hanula <frankie@kyblik.pieskovisko.sk>
Rob <rob@debank.tv>
Diffstat (limited to 'security/clamav')
-rw-r--r-- | security/clamav/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/clamav/Makefile b/security/clamav/Makefile index 7d7704382fa3..93ecbdb71aad 100644 --- a/security/clamav/Makefile +++ b/security/clamav/Makefile @@ -7,6 +7,7 @@ PORTNAME= clamav PORTVERSION= 0.54 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://clamav.elektrapro.com/stable/ @@ -22,6 +23,8 @@ RUN_DEPENDS= lha:${PORTSDIR}/archivers/lha \ LIB_DEPENDS= pth.20:${PORTSDIR}/devel/pth USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_LIBTOOL= yes INSTALLS_SHLIB= yes |