In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in benchmarks
This commit is contained in:
parent
b88dba4f2a
commit
68b79a91ae
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=336168
@ -11,7 +11,7 @@ MASTER_SITE_SUBDIR= ../../ftp/tridge/dbench
|
||||
MAINTAINER= jlaffaye@FreeBSD.org
|
||||
COMMENT= A simulation of the Ziff-Davis netbench benchmark
|
||||
|
||||
LIB_DEPENDS= popt:${PORTSDIR}/devel/popt
|
||||
LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
|
@ -10,9 +10,9 @@ MASTER_SITES= https://launchpad.net/flowgrind/trunk/${PORTNAME}-0.6.1/+download/
|
||||
MAINTAINER= lars@eggert.org
|
||||
COMMENT= Measure throughput and other metrics for TCP
|
||||
|
||||
LIB_DEPENDS= xmlrpc++:${PORTSDIR}/net/xmlrpc-c \
|
||||
gsl:${PORTSDIR}/math/gsl \
|
||||
pcap.1:${PORTSDIR}/net/libpcap
|
||||
LIB_DEPENDS= libxmlrpc++.so:${PORTSDIR}/net/xmlrpc-c \
|
||||
libgsl.so:${PORTSDIR}/math/gsl \
|
||||
libpcap.so:${PORTSDIR}/net/libpcap
|
||||
|
||||
USE_BZIP2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -9,7 +9,7 @@ MASTER_SITES= LOCAL/vg
|
||||
MAINTAINER= vg@FreeBSD.org
|
||||
COMMENT= Micro-benchmarking NoSQL storage
|
||||
|
||||
LIB_DEPENDS= tarantool:${PORTSDIR}/databases/tarantool
|
||||
LIB_DEPENDS= libtarantool.so:${PORTSDIR}/databases/tarantool
|
||||
|
||||
DATE= 20120802
|
||||
USE_BZIP2= yes
|
||||
|
@ -32,7 +32,7 @@ NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MGSL}
|
||||
LIB_DEPENDS+= gsl:${PORTSDIR}/math/gsl
|
||||
LIB_DEPENDS+= libgsl.so:${PORTSDIR}/math/gsl
|
||||
|
||||
MAKE_ENV+= EXTRACPPFLAGS=-DHAVE_GSL \
|
||||
EXTRACFLAGS=-DHAVE_GSL \
|
||||
|
Loading…
Reference in New Issue
Block a user