diff options
author | Steve Price <steve@FreeBSD.org> | 1998-09-28 01:51:38 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-09-28 01:51:38 +0000 |
commit | 35597dabd5bf7d9cfb14b5c66cd9892db4d76ff1 (patch) | |
tree | 1e875d9be42732ad7751dab26108cc1db575b15d /audio/mxv | |
parent | Won't build in an ELF world. (diff) |
Mark broken for ELF until the iv port is converted.
Notes
Notes:
svn path=/head/; revision=13474
Diffstat (limited to 'audio/mxv')
-rw-r--r-- | audio/mxv/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/mxv/Makefile b/audio/mxv/Makefile index cad08637391e..51a9e0b10ad9 100644 --- a/audio/mxv/Makefile +++ b/audio/mxv/Makefile @@ -3,7 +3,7 @@ # Date created: 17 March 1997 # Whom: davidn@blaze.net.au # -# $Id: Makefile,v 1.4 1998/07/14 23:36:30 jseger Exp $ +# $Id: Makefile,v 1.5 1998/08/07 23:56:10 asami Exp $ # DISTNAME= mxv-v1.10-source @@ -15,6 +15,8 @@ MAINTAINER= davidn@blaze.net.au BUILD_DEPENDS= ${LOCALBASE}/interviews/bin/FREEBSD/ivmkmf:${PORTSDIR}/x11-toolkits/iv +BROKEN_ELF= depends on broken iv port + NO_WRKSUBDIR= yes USE_IMAKE= yes MAKE_ENV= CPU=FREEBSD |