diff options
-rw-r--r-- | sysutils/cfengine/Makefile | 2 | ||||
-rw-r--r-- | sysutils/cfengine2/Makefile | 2 | ||||
-rw-r--r-- | sysutils/cfengine3-legacy/Makefile | 2 | ||||
-rw-r--r-- | sysutils/cfengine3/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/cfengine/Makefile b/sysutils/cfengine/Makefile index ed8ba2fe64be..260eb645ad85 100644 --- a/sysutils/cfengine/Makefile +++ b/sysutils/cfengine/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= wrap.7:${PORTSDIR}/security/tcp_wrapper .endif CFLAGS+= -pthread -GNU_CONFIGURE=yes +USE_AUTOCONF=yes MAKE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}" .include <bsd.port.mk> diff --git a/sysutils/cfengine2/Makefile b/sysutils/cfengine2/Makefile index ed8ba2fe64be..260eb645ad85 100644 --- a/sysutils/cfengine2/Makefile +++ b/sysutils/cfengine2/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= wrap.7:${PORTSDIR}/security/tcp_wrapper .endif CFLAGS+= -pthread -GNU_CONFIGURE=yes +USE_AUTOCONF=yes MAKE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}" .include <bsd.port.mk> diff --git a/sysutils/cfengine3-legacy/Makefile b/sysutils/cfengine3-legacy/Makefile index ed8ba2fe64be..260eb645ad85 100644 --- a/sysutils/cfengine3-legacy/Makefile +++ b/sysutils/cfengine3-legacy/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= wrap.7:${PORTSDIR}/security/tcp_wrapper .endif CFLAGS+= -pthread -GNU_CONFIGURE=yes +USE_AUTOCONF=yes MAKE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}" .include <bsd.port.mk> diff --git a/sysutils/cfengine3/Makefile b/sysutils/cfengine3/Makefile index ed8ba2fe64be..260eb645ad85 100644 --- a/sysutils/cfengine3/Makefile +++ b/sysutils/cfengine3/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= wrap.7:${PORTSDIR}/security/tcp_wrapper .endif CFLAGS+= -pthread -GNU_CONFIGURE=yes +USE_AUTOCONF=yes MAKE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}" .include <bsd.port.mk> |