diff options
author | kris <kris@FreeBSD.org> | 2002-12-03 12:37:14 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-12-03 12:37:14 +0800 |
commit | e1fd35e6556bcd9f7b038c15c5372e16d2d6a740 (patch) | |
tree | e36eff7a05481cecf87aa105cc247499f78e62a7 | |
parent | 23a89c2e6cd5c3b54fbd4d23aa217dbf3d098157 (diff) | |
download | freebsd-ports-gnome-e1fd35e6556bcd9f7b038c15c5372e16d2d6a740.tar.gz freebsd-ports-gnome-e1fd35e6556bcd9f7b038c15c5372e16d2d6a740.tar.zst freebsd-ports-gnome-e1fd35e6556bcd9f7b038c15c5372e16d2d6a740.zip |
Mark ONLY_FOR_ARCHS=i386
-rw-r--r-- | graphics/spigot/Makefile | 1 | ||||
-rw-r--r-- | multimedia/spigot/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/graphics/spigot/Makefile b/graphics/spigot/Makefile index b3c130d29e3f..1ad256b589cd 100644 --- a/graphics/spigot/Makefile +++ b/graphics/spigot/Makefile @@ -17,5 +17,6 @@ MAINTAINER= james@cs.uwm.edu # binary package NO_BUILD= yes NO_WRKSUBDIR= yes +ONLY_FOR_ARCHS= i386 .include <bsd.port.mk> diff --git a/multimedia/spigot/Makefile b/multimedia/spigot/Makefile index b3c130d29e3f..1ad256b589cd 100644 --- a/multimedia/spigot/Makefile +++ b/multimedia/spigot/Makefile @@ -17,5 +17,6 @@ MAINTAINER= james@cs.uwm.edu # binary package NO_BUILD= yes NO_WRKSUBDIR= yes +ONLY_FOR_ARCHS= i386 .include <bsd.port.mk> |