diff options
author | Steve Price <steve@FreeBSD.org> | 1999-01-18 03:00:39 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-01-18 03:00:39 +0000 |
commit | 5c7bf31b4010f8acaebfa5b8f7bf727603ef7b12 (patch) | |
tree | c183dffeeb00eec8867c81eb33a16d7ef34d08ce /sysutils/xosview | |
parent | ccbfd46357114608398ba464285064284cd4dfde (diff) | |
download | ports-5c7bf31b4010f8acaebfa5b8f7bf727603ef7b12.tar.gz ports-5c7bf31b4010f8acaebfa5b8f7bf727603ef7b12.zip |
Notes
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 817db90810db..9754b6eae8ee 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> |