diff options
author | trevor <trevor@FreeBSD.org> | 2003-10-12 05:12:46 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2003-10-12 05:12:46 +0000 |
commit | 5c057ff02c145fde8135c5f8a27773686988d437 (patch) | |
tree | 7cf512b8e5e8b24a23245b25560750c8b7d27603 /games | |
parent | 27f61286c8a428e3ef1281efed6ce5b70044732d (diff) | |
download | FreeBSD-ports-5c057ff02c145fde8135c5f8a27773686988d437.zip FreeBSD-ports-5c057ff02c145fde8135c5f8a27773686988d437.tar.gz |
says bento, "svgalib-1.4.3 is only for i386"
Diffstat (limited to 'games')
-rw-r--r-- | games/bomb/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/bomb/Makefile b/games/bomb/Makefile index 2e76bf9..ecf25cd 100644 --- a/games/bomb/Makefile +++ b/games/bomb/Makefile @@ -23,6 +23,7 @@ NO_PACKAGE= "parts are under GPL, parts under X license" DATADIR= share/${PORTNAME}/ DOCDIR= share/doc/${PORTNAME}/ DOCS= COPYING README bomb.lsm guile.txt manual.txt notes.txt +ONLY_FOR_ARCHS= i386 PLIST= ${WRKDIR}/pkg-plist SRCS= acidlife anneal bomb brain cmap fast fuse gif image image_rule \ image_seq libifs match quad rd rotor rug rug_multi \ |