diff options
author | Steve Price <steve@FreeBSD.org> | 1998-09-26 23:18:10 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-09-26 23:18:10 +0000 |
commit | 5d04b9652f5ce026a99179fb4e897458aa0cf019 (patch) | |
tree | 1fd9b721babd6d1cb3a4e6d2f0a8f6e462eedf56 /graphics/geomview | |
parent | 5d932fcc47f3ffa932b7787529d188250dea8763 (diff) |
Mark broken for ELF because of xforms port.
Notes
Notes:
svn path=/head/; revision=13406
Diffstat (limited to 'graphics/geomview')
-rw-r--r-- | graphics/geomview/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/geomview/Makefile b/graphics/geomview/Makefile index 7eda67165335..2529e82accd9 100644 --- a/graphics/geomview/Makefile +++ b/graphics/geomview/Makefile @@ -3,7 +3,7 @@ # Date created: 5 November 1996 # Whom: fenner # -# $Id: Makefile,v 1.7 1998/08/07 23:56:25 asami Exp $ +# $Id: Makefile,v 1.8 1998/09/26 23:11:00 steve Exp $ DISTNAME= geomview-1.6.1 CATEGORIES= graphics tk42 @@ -13,7 +13,9 @@ DISTFILES= geomview-1.6.1-src.tar.gz MAINTAINER= fenner@freebsd.org -LIB_DEPENDS= xforms\\.0:${PORTSDIR}/x11-toolkits/xforms \ +BROKEN_ELF= xforms is a.out only + +LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms \ MesaGL\\.13:${PORTSDIR}/graphics/Mesa2 \ tk42.1:${PORTSDIR}/x11-toolkits/tk42 |