Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Jan 2004 19:05:19 +0100 (CET)
From:      Harti Brandt <brandt@fokus.fraunhofer.de>
To:        Simon Barner <barner@in.tum.de>
Cc:        ports@freebsd.org
Subject:   Re: help from a ports committer needed
Message-ID:  <20040105190428.J13398@beagle.fokus.fraunhofer.de>
In-Reply-To: <20040105175632.GC432@zi025.glhnet.mhn.de>
References:  <20040102224633.E97CC178EC@sirius.firepipe.net> <20040105175632.GC432@zi025.glhnet.mhn.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 5 Jan 2004, Simon Barner wrote:

SB>Hi,
SB>
SB>> Well, it cannot compile on 4.x because the ATM stuff it tests is only
SB>> in Current. Is there a way to stop this from beeing compiled on 4.x?
SB>
SB>This should work:

Seems that I need:

.include <bsd.port.pre.mk>

SB>.if ${OSVERSION} < 500000
SB>IGNORE=         ATM not implemented on FreeBSD 4.x and earlier
SB>.endif

.include <bsd.port.post.mk>

Otherwise make gives me a syntax error.

harti
-- 
harti brandt,
http://www.fokus.fraunhofer.de/research/cc/cats/employees/hartmut.brandt/private
brandt@fokus.fraunhofer.de, harti@freebsd.org



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