diff options
author | steve <steve@FreeBSD.org> | 1999-06-09 06:15:15 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-06-09 06:15:15 +0800 |
commit | 887bdae4b3cc540a82c8482b2e539dad7078e640 (patch) | |
tree | 70c46b36b338dcbdb1ab1f9611160c0dc73e69c9 /games | |
parent | 711696a5d33cd740ada6cbddc44bcb75b79f35df (diff) | |
download | freebsd-ports-gnome-887bdae4b3cc540a82c8482b2e539dad7078e640.tar.gz freebsd-ports-gnome-887bdae4b3cc540a82c8482b2e539dad7078e640.tar.zst freebsd-ports-gnome-887bdae4b3cc540a82c8482b2e539dad7078e640.zip |
The xforms ports is no longer an i386-only port.
Diffstat (limited to 'games')
-rw-r--r-- | games/xjumpjump/Makefile | 5 | ||||
-rw-r--r-- | games/xmastermind/Makefile | 5 | ||||
-rw-r--r-- | games/xothello/Makefile | 4 |
3 files changed, 3 insertions, 11 deletions
diff --git a/games/xjumpjump/Makefile b/games/xjumpjump/Makefile index a8e2d8632c1b..39749e32ef18 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.6 1998/12/07 20:46:39 billf Exp $ +# $Id: Makefile,v 1.7 1999/01/07 08:19:31 simokawa Exp $ # DISTNAME= xjumpjump @@ -16,9 +16,6 @@ MAINTAINER= andy@icc.surw.chel.su LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms -# depends on xforms -ONLY_FOR_ARCHS= i386 - USE_X_PREFIX= yes pre-build: diff --git a/games/xmastermind/Makefile b/games/xmastermind/Makefile index 91f45eaadc45..bb9a2597a26d 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.6 1998/12/07 20:46:40 billf Exp $ +# $Id: Makefile,v 1.7 1999/01/07 08:19:33 simokawa Exp $ # DISTNAME= xmastermind-0.1 @@ -15,9 +15,6 @@ MAINTAINER= andy@icc.surw.chel.su LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms -# depends on xforms -ONLY_FOR_ARCHS= i386 - USE_X_PREFIX= yes do-install: diff --git a/games/xothello/Makefile b/games/xothello/Makefile index dd4ed3bbe5a3..d4e5e6dc47ce 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.6 1998/12/07 20:46:40 billf Exp $ +# $Id: Makefile,v 1.7 1999/01/07 08:19:35 simokawa Exp $ # DISTNAME= xothello @@ -16,8 +16,6 @@ MAINTAINER= andy@icc.surw.chel.su LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms -# depends on xforms -ONLY_FOR_ARCHS= i386 NO_CDROM= Possible trademark infringement USE_X_PREFIX= yes |