svn commit: r336458 - head/net-mgmt/nagios-plugins

Dmitry Sivachenko demon at FreeBSD.org
Sat Dec 14 16:49:24 UTC 2013


Author: demon
Date: Sat Dec 14 16:49:23 2013
New Revision: 336458
URL: http://svnweb.freebsd.org/changeset/ports/336458

Log:
  --without-pgsql does work now.

Modified:
  head/net-mgmt/nagios-plugins/Makefile

Modified: head/net-mgmt/nagios-plugins/Makefile
==============================================================================
--- head/net-mgmt/nagios-plugins/Makefile	Sat Dec 14 16:25:21 2013	(r336457)
+++ head/net-mgmt/nagios-plugins/Makefile	Sat Dec 14 16:49:23 2013	(r336458)
@@ -120,7 +120,7 @@ USE_PGSQL=	YES
 CONFIGURE_ARGS+=	--with-pgsql=${LOCALBASE}
 PLIST_SUB+=	SUB_PGSQL=""
 .else
-CONFIGURE_ARGS+=	--with-pgsql=no
+CONFIGURE_ARGS+=	--without-pgsql
 PLIST_SUB+=	SUB_PGSQL="@comment "
 .endif
 


More information about the svn-ports-head mailing list