Date: Mon, 24 Nov 2014 18:45:17 +0000 (UTC) From: Chris Rees <crees@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r373345 - head/sysutils/cfengine35 Message-ID: <201411241845.sAOIjHWK015878@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411241845.sAOIjHWK015878>