From owner-freebsd-ports Mon Dec 28 15:36:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA12275 for freebsd-ports-outgoing; Mon, 28 Dec 1998 15:36:59 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from gina.swimsuit.internet.dk (mail.swimsuit.internet.dk [194.255.12.232]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA12262; Mon, 28 Dec 1998 15:36:54 -0800 (PST) (envelope-from root@swimsuit.internet.dk) Received: from localhost (localhost [127.0.0.1]) by gina.swimsuit.internet.dk (8.9.1/8.9.1) with ESMTP id AAA40914; Tue, 29 Dec 1998 00:34:58 +0100 (CET) (envelope-from root@swimsuit.internet.dk) Date: Tue, 29 Dec 1998 00:34:58 +0100 (CET) From: Leif Neland To: handy@physics.montana.edu cc: ports@FreeBSD.ORG, obrien@FreeBSD.ORG Subject: xosview port Makefile Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org A make clean (or indeed any make) fails on the test for OSVERSION # New ports collection makefile for: xosview # Version required: 1.6.1.a # Date created: 19 Nov 1997 # Whom: Brian Handy # # $Id: Makefile,v 1.10 1998/12/27 08:28:01 obrien Exp $ # DISTNAME= xosview-1.6.1.a CATEGORIES= sysutils MASTER_SITES= http://lore.ece.utexas.edu/~bgrayson/xosview/ \ http://lambic.physics.montana.edu/xosview/ MAINTAINER= handy@physics.montana.edu FETCH_BEFORE_ARGS= -b USE_X_PREFIX= yes HAS_CONFIGURE= yes MAN1= xosview.1 .include ^^^^^^^^^^^^^^^^^^^^^^^^^^ Add this, and the line below won't fail. .if ${OSVERSION} >= 300006 BROKEN= "DK_NDRIVE undefined" .endif .include Leif To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message