svn commit: r416318 - head/net/rsync

Emanuel Haupt ehaupt at FreeBSD.org
Fri Jun 3 14:38:19 UTC 2016


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


More information about the svn-ports-head mailing list