diff options
author | steve <steve@FreeBSD.org> | 1999-01-18 03:00:39 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-01-18 03:00:39 +0000 |
commit | 33dfba86321e58d770a0c15008f5a43f0f68c88c (patch) | |
tree | 18e4856d311c809802065b6f30468fbafb854d95 /sysutils/xosview | |
parent | 9ef1cccb210a74bc8795bcbe8273a82abfe606c1 (diff) | |
download | FreeBSD-ports-33dfba86321e58d770a0c15008f5a43f0f68c88c.zip FreeBSD-ports-33dfba86321e58d770a0c15008f5a43f0f68c88c.tar.gz |
Fix build for -current.
PR: 9461
Submitted by: Sheldon Hearn <axl@iafrica.com>
Diffstat (limited to 'sysutils/xosview')
-rw-r--r-- | sysutils/xosview/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/sysutils/xosview/Makefile b/sysutils/xosview/Makefile index 817db90..9754b6e 100644 --- a/sysutils/xosview/Makefile +++ b/sysutils/xosview/Makefile @@ -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> |