diff options
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/flow-tools-ng/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/flow-tools-ng/Makefile b/net-mgmt/flow-tools-ng/Makefile index 1bd914f4aa30..5e29864ede68 100644 --- a/net-mgmt/flow-tools-ng/Makefile +++ b/net-mgmt/flow-tools-ng/Makefile @@ -49,7 +49,7 @@ FLOW_CAPTURE_GID= 174 FLOW_CAPTURE_PIDDIR= ${VARDIR}/run/flow-capture .if defined(WITH_PGSQL) -CONFIGURE_ARGS+=--with-postgresql="${PREFIX}" +CONFIGURE_ARGS+=--with-postgresql USE_PGSQL= yes .else CONFIGURE_ARGS+=--without-postgresql |