diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-06-11 16:58:37 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-06-11 16:58:37 +0000 |
commit | 75e89f294d2f7ee267b14aed38cd90cfcc58f8b2 (patch) | |
tree | 2750e5c7a8bc844950874004b762aa61ddee9a0d /security/clamav | |
parent | 8803df502d2ccc7e4ab4c194555ceefa8b8a87b6 (diff) | |
download | ports-75e89f294d2f7ee267b14aed38cd90cfcc58f8b2.tar.gz ports-75e89f294d2f7ee267b14aed38cd90cfcc58f8b2.zip |
Notes
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 |