diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-31 03:11:38 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-31 03:11:38 +0800 |
commit | d814f27a5fdf22886fcc69bd20a9d4a6a36bf310 (patch) | |
tree | 4147af96ace0e10e1b0a980315cda579327e430f /www/flood | |
parent | bdd9cfc45150f67e7d4efe2fab7b3ce3105a20c3 (diff) | |
download | freebsd-ports-graphics-d814f27a5fdf22886fcc69bd20a9d4a6a36bf310.tar.gz freebsd-ports-graphics-d814f27a5fdf22886fcc69bd20a9d4a6a36bf310.tar.zst freebsd-ports-graphics-d814f27a5fdf22886fcc69bd20a9d4a6a36bf310.zip |
- Switch to USES=libtool
- Fix whitespace
Approved by: portmgr blanket
Diffstat (limited to 'www/flood')
-rw-r--r-- | www/flood/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/flood/Makefile b/www/flood/Makefile index 7789b4297bc..4274c8bef3c 100644 --- a/www/flood/Makefile +++ b/www/flood/Makefile @@ -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 \ |