Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Dec 1998 00:34:58 +0100 (CET)
From:      Leif Neland <root@swimsuit.internet.dk>
To:        handy@physics.montana.edu
Cc:        ports@FreeBSD.ORG, obrien@FreeBSD.ORG
Subject:   xosview port Makefile
Message-ID:  <Pine.BSF.4.05.9812290025430.40625-100000@gina.swimsuit.internet.dk>

next in thread | raw e-mail | index | archive | help
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 <handy@physics.montana.edu>
#
# $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 <bsd.port.pre.mk>
^^^^^^^^^^^^^^^^^^^^^^^^^^ Add this, and the line below won't fail.
.if ${OSVERSION} >= 300006
BROKEN=	"DK_NDRIVE undefined"
.endif

.include <bsd.port.mk>


Leif



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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.05.9812290025430.40625-100000>