From owner-freebsd-questions Wed May 22 12:52:09 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA21444 for questions-outgoing; Wed, 22 May 1996 12:52:09 -0700 (PDT) Received: from mojo.calyx.com (mojo.calyx.net [204.137.148.2]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id MAA21437 for ; Wed, 22 May 1996 12:52:07 -0700 (PDT) Received: (from amir@localhost) by mojo.calyx.com (8.7.5/8.7.3) id PAA12754 for freebsd-questions@freebsd.org; Wed, 22 May 1996 15:52:00 -0400 From: Amir Rosenblatt Message-Id: <199605221952.PAA12754@mojo.calyx.com> Subject: problem with xv and aero ports To: freebsd-questions@freebsd.org Date: Wed, 22 May 1996 15:51:59 -0400 (EDT) Content-Type: text Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I'm having problems tryhing to compile the xv port under 2.1R. When I try and compile it I get the following error: Makefile:21: *** missing separator. Stop. Line 21 is: .if !defined(NOPORTDOCS) When I comment it (and the endif) out, it then dies on line 25: .include I'm assuming the problem stems from my having installed the current version of GNU make, which seems to not like that syntax. Any suggestions? -Amir