diff options
author | steve <steve@FreeBSD.org> | 1998-09-27 07:18:10 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-09-27 07:18:10 +0800 |
commit | 719aa84d31e0fdccc5dc0336a51434143e872b1c (patch) | |
tree | 437f27df0128c613f334b015618ef67d00f4e0ab /games | |
parent | 386199ca7ca2e2f8b9e31cc115b1f82a46d4437a (diff) | |
download | freebsd-ports-gnome-719aa84d31e0fdccc5dc0336a51434143e872b1c.tar.gz freebsd-ports-gnome-719aa84d31e0fdccc5dc0336a51434143e872b1c.tar.zst freebsd-ports-gnome-719aa84d31e0fdccc5dc0336a51434143e872b1c.zip |
Mark broken for ELF because of xforms port.
Diffstat (limited to 'games')
-rw-r--r-- | games/xjumpjump/Makefile | 6 | ||||
-rw-r--r-- | games/xmastermind/Makefile | 6 | ||||
-rw-r--r-- | games/xothello/Makefile | 6 |
3 files changed, 12 insertions, 6 deletions
diff --git a/games/xjumpjump/Makefile b/games/xjumpjump/Makefile index e9df71f1560f..cd5dd41d2c10 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 diff --git a/games/xmastermind/Makefile b/games/xmastermind/Makefile index 70ccc6c9dd8d..a0d89727157f 100644 --- a/games/xmastermind/Makefile +++ b/games/xmastermind/Makefile @@ -3,7 +3,7 @@ # Date created: 23 March 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= xmastermind-0.1 @@ -13,7 +13,9 @@ MASTER_SITE_SUBDIR= games/strategy 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 diff --git a/games/xothello/Makefile b/games/xothello/Makefile index c98c0e5749e6..6381bcee3b4f 100644 --- a/games/xothello/Makefile +++ b/games/xothello/Makefile @@ -3,7 +3,7 @@ # Date created: 31 March 1998 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.3 1998/08/05 09:31:00 asami Exp $ +# $Id: Makefile,v 1.4 1998/08/07 23:56:23 asami Exp $ # DISTNAME= xothello @@ -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 NO_CDROM= Possible trademark infringement |