1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

Fix install error.

PR:		ports/53112
Submitted by:	Michal F. Hanula <frankie@kyblik.pieskovisko.sk>
		Rob <rob@debank.tv>
This commit is contained in:
Norikatsu Shigemura 2003-06-11 16:58:37 +00:00
parent 8803df502d
commit 75e89f294d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=82796
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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