diff options
author | steve <steve@FreeBSD.org> | 1998-09-26 23:18:10 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-09-26 23:18:10 +0000 |
commit | 719aa84d31e0fdccc5dc0336a51434143e872b1c (patch) | |
tree | 437f27df0128c613f334b015618ef67d00f4e0ab /games/xjumpjump | |
parent | 386199ca7ca2e2f8b9e31cc115b1f82a46d4437a (diff) | |
download | FreeBSD-ports-719aa84d31e0fdccc5dc0336a51434143e872b1c.zip FreeBSD-ports-719aa84d31e0fdccc5dc0336a51434143e872b1c.tar.gz |
Mark broken for ELF because of xforms port.
Diffstat (limited to 'games/xjumpjump')
-rw-r--r-- | games/xjumpjump/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/games/xjumpjump/Makefile b/games/xjumpjump/Makefile index e9df71f..cd5dd41 100644 --- a/games/xjumpjump/Makefile +++ b/games/xjumpjump/Makefile @@ -3,7 +3,7 @@ # Date created: 9 April 1998 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.3 1998/08/05 09:30:59 asami Exp $ +# $Id: Makefile,v 1.4 1998/08/07 23:56:22 asami Exp $ # DISTNAME= xjumpjump @@ -14,7 +14,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= andy@icc.surw.chel.su -LIB_DEPENDS= xforms\\.0\\.:${PORTSDIR}/x11-toolkits/xforms +BROKEN_ELF= xforms is a.out only + +LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms USE_X_PREFIX= yes |