From 88a143795b9227ef4773709a8e2372162c54a835 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Tue, 27 May 2014 10:42:11 +0000 Subject: Convert to USES=pgsql With hat: portmgr --- benchmarks/super-smack/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'benchmarks') diff --git a/benchmarks/super-smack/Makefile b/benchmarks/super-smack/Makefile index 7669dc990d99..53ee03b052fa 100644 --- a/benchmarks/super-smack/Makefile +++ b/benchmarks/super-smack/Makefile @@ -37,7 +37,7 @@ CONFIGURE_ARGS+=--with-mysql \ .endif .if ${PORT_OPTIONS:MPGSQL} -USE_PGSQL= yes +USES+= pgsql CONFIGURE_ARGS+=--with-pgsql \ --with-pgsql-include=${LOCALBASE}/include \ --with-pgsql-lib=${LOCALBASE}/lib -- cgit