diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2003-10-24 06:25:03 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2003-10-24 06:25:03 +0000 |
commit | 97b424d2ffdd1fbaa974707103462095bf06bd7e (patch) | |
tree | 32e9fc31da9a112839355a115019e3a728761709 /games/amy | |
parent | c088cfd3f5a412608e3061240513b40aa11be5e4 (diff) | |
download | ports-97b424d2ffdd1fbaa974707103462095bf06bd7e.tar.gz ports-97b424d2ffdd1fbaa974707103462095bf06bd7e.zip |
Notes
Diffstat (limited to 'games/amy')
-rw-r--r-- | games/amy/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/amy/Makefile b/games/amy/Makefile index f19de5dfed9a..e96f97cd38ae 100644 --- a/games/amy/Makefile +++ b/games/amy/Makefile @@ -17,6 +17,8 @@ COMMENT= A chess program for playing and analyzing games LIB_DEPENDS= db2.0:${PORTSDIR}/databases/db2:install +NOT_FOR_ARCHS= sparc64 alpha + MAN6= Amy.6 HAS_CONFIGURE= yes |