svn commit: r373345 - head/sysutils/cfengine35

Chris Rees crees at FreeBSD.org
Mon Nov 24 18:45:17 UTC 2014


Author: crees
Date: Mon Nov 24 18:45:16 2014
New Revision: 373345
URL: https://svnweb.freebsd.org/changeset/ports/373345
QAT: https://qat.redports.org/buildarchive/r373345/

Log:
  Apparently USES doesn't work properly after bsd.port.pre.mk

Modified:
  head/sysutils/cfengine35/Makefile

Modified: head/sysutils/cfengine35/Makefile
==============================================================================
--- head/sysutils/cfengine35/Makefile	Mon Nov 24 18:33:06 2014	(r373344)
+++ head/sysutils/cfengine35/Makefile	Mon Nov 24 18:45:16 2014	(r373345)
@@ -49,7 +49,7 @@ TOKYOCABINET_DESC=	Enable TokyoCabinet d
 QDBM_DESC=	Enable QDBM database backend
 OPTIONS_DEFAULT=TOKYOCABINET
 
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MTOKYOCABINET}
 CONFIGURE_ARGS+=	--with-tokyocabinet=${LOCALBASE}
@@ -78,4 +78,4 @@ CONFIGURE_ARGS+=	--with-libvirt=${LOCALB
 LIB_DEPENDS+=		libvirt.so:${PORTSDIR}/devel/libvirt
 .endif
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-head mailing list