1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00

Fix build for -current.

PR:		9461
Submitted by:	Sheldon Hearn <axl@iafrica.com>
This commit is contained in:
Steve Price 1999-01-18 03:00:39 +00:00
parent ccbfd46357
commit 5c7bf31b40
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=16133

View File

@ -3,7 +3,7 @@
# Date created: 19 Nov 1997
# Whom: Brian Handy <handy@physics.montana.edu>
#
# $Id: Makefile,v 1.11 1998/12/29 00:15:34 asami Exp $
# $Id: Makefile,v 1.12 1999/01/05 01:06:02 steve Exp $
#
DISTNAME= xosview-1.6.2.a
@ -18,10 +18,6 @@ USE_X_PREFIX= yes
GNU_CONFIGURE= yes
MAN1= xosview.1
.include <bsd.port.pre.mk>
# BROKEN= DiskMeter broken for 3.0+
.if ${OSVERSION} >= 300006
BROKEN= "DK_NDRIVE undefined"
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>