diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:05:58 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:05:58 +0000 |
commit | 83f65384c9041fa9a31c84b5e21b643fa2bf97c6 (patch) | |
tree | 04cfd5800fc602ff72366f0defba3eae36ba98f4 /sysutils/cfengine33 | |
parent | fd8fc9773839d2d8e41b80fbaed21fcd5470e898 (diff) | |
download | ports-83f65384c9041fa9a31c84b5e21b643fa2bf97c6.tar.gz ports-83f65384c9041fa9a31c84b5e21b643fa2bf97c6.zip |
Notes
Diffstat (limited to 'sysutils/cfengine33')
-rw-r--r-- | sysutils/cfengine33/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/cfengine33/Makefile b/sysutils/cfengine33/Makefile index 97f73e3c01c7..dc9a3fc47ed4 100644 --- a/sysutils/cfengine33/Makefile +++ b/sysutils/cfengine33/Makefile @@ -1,6 +1,5 @@ -# Created by: jrhett@netconsonance.com +# Created by: jrhett@netconsonance.com # $FreeBSD$ -# PORTNAME= cfengine PORTVERSION= 3.3.8 @@ -43,6 +42,7 @@ MYSQL_DESC= Enable MySQL integration LIBVIRT_DESC= Enable libvirt integration OPTIONS_DEFAULT=TOKYOCABINET +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MTOKYOCABINET} |