From owner-freebsd-questions@freebsd.org Sun Jul 26 15:17:28 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 548169AA920 for ; Sun, 26 Jul 2015 15:17:28 +0000 (UTC) (envelope-from matt@gsicomp.on.ca) Received: from mail.gsicomp.on.ca (salamander.gsicomp.on.ca [162.243.98.91]) by mx1.freebsd.org (Postfix) with ESMTP id 2304A76D for ; Sun, 26 Jul 2015 15:17:27 +0000 (UTC) (envelope-from matt@gsicomp.on.ca) Received: by mail.gsicomp.on.ca (Postfix, from userid 65534) id 52B08414B1; Sun, 26 Jul 2015 11:11:24 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on salamander.gsicomp.on.ca X-Spam-Level: X-Spam-Status: No, score=-1.0 required=3.0 tests=ALL_TRUSTED,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from salamander.gsicomp.on.ca (localhost [127.0.0.1]) by mail.gsicomp.on.ca (Postfix) with ESMTPA id D2D47414A6 for ; Sun, 26 Jul 2015 11:11:23 -0400 (EDT) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Sun, 26 Jul 2015 11:11:23 -0400 From: matt@gsicomp.on.ca To: freebsd-questions@freebsd.org Subject: Re: make: Missing dependency operator In-Reply-To: References: Message-ID: X-Sender: matt@gsicomp.on.ca User-Agent: Roundcube Webmail/0.9.5 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Jul 2015 15:17:28 -0000 On 2015-07-26 10:33, Murk Fletcher wrote: > Hi, > > I'm trying to compile jpeg-archive ( > https://github.com/danielgtaylor/jpeg-archive) as part of a greater > effort > to get image_optim (https://github.com/toy/image_optim) working on > FreeBSD ( > https://gist.github.com/murkfletcher/36f662a1c0ab59ea0eac), but I'm > getting: > > # make > make: "/usr/home/freebsd/jpeg-archive/Makefile" line 10: Missing > dependency > operator > make: "/usr/home/freebsd/jpeg-archive/Makefile" line 19: Need an > operator > make: "/usr/home/freebsd/jpeg-archive/Makefile" line 31: Need an > operator > make: Fatal errors encountered -- cannot continue > make: stopped in /usr/home/freebsd/jpeg-archive > > Anybody know? Perhaps the makefile requires GNUmake? Matt