Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Mar 2001 16:54:19 -0800 (PST)
From:      Mikko Tyolajarvi <mikko@dynas.se>
To:        l8tr2000@yahoo.com
Cc:        questions@freebsd.org
Subject:   Re: bzflag port I just made.
Message-ID:  <200103120054.f2C0sJX21569@explorer.rsa.com>
References:  <20010311185334.44513.qmail@web10706.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
In local.freebsd.questions you write:

>Hi all i'm trying to convert the latest source to a
>port I think i've done just about everything that I
>need to accept i'm getting this error: 

>===>  Building for bzflag-1.7e.1
>make -f Make-sys targets
>"./Make-common", line 170: Need an operator
>"./Make-common", line 173: Need an operator
>"./Make-common", line 176: Need an operator
>"././config", line 37: Need an operator
>"././config", line 39: Need an operator
>make: fatal errors encountered -- cannot continue
>*** Error code 1

This usually happens when the makefiles are GNU-make specific.
Put:

USE_GMAKE= yes

in the port Makefile and try again.

   $.02,
   /Mikko
-- 
 Mikko Työläjärvi_______________________________________mikko@rsasecurity.com
 RSA Security

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103120054.f2C0sJX21569>