diff options
author | obrien <obrien@FreeBSD.org> | 1998-12-27 08:28:01 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1998-12-27 08:28:01 +0000 |
commit | 51a534d1f9bbe3e2166eed996955c63451690df8 (patch) | |
tree | f2c1f8a5ebfda0c6867f8386c54fa24986cc59da | |
parent | 7310dfc696942a76909450ec95aa5cb2d06e35c1 (diff) | |
download | FreeBSD-ports-51a534d1f9bbe3e2166eed996955c63451690df8.zip FreeBSD-ports-51a534d1f9bbe3e2166eed996955c63451690df8.tar.gz |
Is broken for all of 3.0, not just ELF.
-rw-r--r-- | sysutils/xosview/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sysutils/xosview/Makefile b/sysutils/xosview/Makefile index 9eaf354..678e999 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.8 1998/10/14 18:01:49 jseger Exp $ +# $Id: Makefile,v 1.9 1998/11/21 07:27:41 steve Exp $ # DISTNAME= xosview-1.6.1.a @@ -18,6 +18,8 @@ USE_X_PREFIX= yes HAS_CONFIGURE= yes MAN1= xosview.1 -BROKEN_ELF= DK_NDRIVE undefined +.if ${OSVERSION} >= 300006 +BROKEN= "DK_NDRIVE undefined" +.endif .include <bsd.port.mk> |