Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Jun 2016 14:38:18 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r416318 - head/net/rsync
Message-ID:  <201606031438.u53EcItS051735@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Fri Jun  3 14:38:18 2016
New Revision: 416318
URL: https://svnweb.freebsd.org/changeset/ports/416318

Log:
  Use POPT_PORT_CONFIGURE_OFF instead of POPT_PORT_CONFIGURE_WITH_OFF.

Modified:
  head/net/rsync/Makefile

Modified: head/net/rsync/Makefile
==============================================================================
--- head/net/rsync/Makefile	Fri Jun  3 14:34:34 2016	(r416317)
+++ head/net/rsync/Makefile	Fri Jun  3 14:38:18 2016	(r416318)
@@ -74,7 +74,7 @@ POPT_PORT_LIB_DEPENDS=	libpopt.so:devel/
 POPT_PORT_CPPFLAGS=	-I${LOCALBASE}/include
 POPT_PORT_LDFLAGS=	-L${LOCALBASE}/lib
 
-POPT_PORT_CONFIGURE_WITH_OFF=	included-popt
+POPT_PORT_CONFIGURE_OFF=	--with-included-popt
 
 SSH_CONFIGURE_ON=	--with-rsh=ssh
 SSH_CONFIGURE_OFF=	--with-rsh=rsh



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606031438.u53EcItS051735>