diff options
| author | Chris Rees <crees@FreeBSD.org> | 2014-11-22 20:40:08 +0000 |
|---|---|---|
| committer | Chris Rees <crees@FreeBSD.org> | 2014-11-22 20:40:08 +0000 |
| commit | 4cb60faedd280bf4b0b07bd947bd9087e09d4357 (patch) | |
| tree | 68afea909ff5f83c22ece4ec8e2ae5959483778d /net-mgmt/flow-tools | |
| parent | 5b6c7671efda9fa65107199c83addafb2a6f9dca (diff) | |
Notes
Diffstat (limited to 'net-mgmt/flow-tools')
| -rw-r--r-- | net-mgmt/flow-tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/flow-tools/Makefile b/net-mgmt/flow-tools/Makefile index 53039cb4b6c8..1b2de5877afa 100644 --- a/net-mgmt/flow-tools/Makefile +++ b/net-mgmt/flow-tools/Makefile @@ -42,7 +42,7 @@ FLOW_CAPTURE_PIDDIR= ${VARDIR}/run/flow-capture .if ${PORT_OPTIONS:MPGSQL} CONFIGURE_ARGS+=--with-pgsql="${PREFIX}" -USE_PGSQL= yes +USES+= pgsql .endif .if ${PORT_OPTIONS:MMYSQL} |
