1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-07 11:49:40 +00:00

- Remove libtools from depends and use its own version, without it next

versions will stop building
- Remove --disable-zlib-vcheck from CONFIGURE_ARGS to fix a warning on
  configure
This commit is contained in:
Renato Botelho 2008-11-17 19:10:38 +00:00
parent f3734035d7
commit a687baf638
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=222980

View File

@ -26,7 +26,7 @@ OPTIONS= ARC "Enable arch archives support" On \
STDERR "Print logs to stderr instead of stdout" Off \
EXPERIMENTAL "Build experimental code" Off
USE_AUTOTOOLS= libtool:15
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USE_RC_SUBR= clamav-clamd clamav-freshclam
@ -42,7 +42,6 @@ CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" \
CONFIGURE_ARGS= --libdir=${PREFIX}/lib \
--with-dbdir=${DBDIR} \
--with-zlib=/usr \
--disable-zlib-vcheck \
--disable-clamuko \
--disable-clamav \
--enable-bigstack \