aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorrafan <rafan@FreeBSD.org>2009-08-13 17:15:55 +0800
committerrafan <rafan@FreeBSD.org>2009-08-13 17:15:55 +0800
commit4c083122b6b2df113f833f5909f3d271263dd494 (patch)
tree1f5577e82404befae2d74fc3e069348c94b60a97 /net-mgmt
parent684f4b793acf1e4b95ca68dc7140e07fabdcccb2 (diff)
downloadfreebsd-ports-gnome-4c083122b6b2df113f833f5909f3d271263dd494.tar.gz
freebsd-ports-gnome-4c083122b6b2df113f833f5909f3d271263dd494.tar.zst
freebsd-ports-gnome-4c083122b6b2df113f833f5909f3d271263dd494.zip
- Fix build when WITH_PGSQL is defined
PR: ports/137715 Submitted by: Volodymyr Kostyrko <c.kworr at gmail.com> (maintainer)
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