summaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2009-08-13 09:15:55 +0000
committerRong-En Fan <rafan@FreeBSD.org>2009-08-13 09:15:55 +0000
commite9b88d68b975f1b75eeb74005940669b52e40e3b (patch)
tree87b45f0b8c41ee0fe4ac76767bf63f3d88a5c3fc /net-mgmt
parent- Fix and sort pkg-plist (diff)
- Fix build when WITH_PGSQL is defined
PR: ports/137715 Submitted by: Volodymyr Kostyrko <c.kworr at gmail.com> (maintainer)
Notes
Notes: svn path=/head/; revision=239422
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/flow-tools-ng/Makefile2
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