mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Switch to USES=libtool
- Fix whitespace Approved by: portmgr blanket
This commit is contained in:
parent
0e4ef377b9
commit
76c2f42c81
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363505
@ -14,12 +14,12 @@ LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 \
|
||||
libapr-1.so:${PORTSDIR}/devel/apr1
|
||||
|
||||
WRKSRC= ${WRKDIR}/httpd-test/flood
|
||||
USE_AUTOTOOLS= autoconf libtool:env
|
||||
USE_AUTOTOOLS= autoconf libtoolize
|
||||
CONFIGURE_ARGS= --disable-shared \
|
||||
--with-apr=${LOCALBASE}/bin/apr-1-config \
|
||||
--with-apr-util=${LOCALBASE}/bin/apu-1-config
|
||||
--with-apr=${LOCALBASE}/bin/apr-1-config \
|
||||
--with-apr-util=${LOCALBASE}/bin/apu-1-config
|
||||
LDFLAGS+= -L${PREFIX}/lib
|
||||
USES= gmake iconv
|
||||
USES= gmake iconv libtool
|
||||
|
||||
EX_SCRIPTS= analyze-relative analyze-relative-ramp
|
||||
EX_DATA= flood.dtd relative-averages-time.awk round-robin-dynamic.xml \
|
||||
|
Loading…
Reference in New Issue
Block a user