diff options
author | steve <steve@FreeBSD.org> | 2000-08-08 10:47:47 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-08-08 10:47:47 +0800 |
commit | cf7ba08eb3dc68f74d2dd3e0d1df7fba45a315e3 (patch) | |
tree | 2f3e62357159479e72dcf1f3009d9dd5a4058c40 | |
parent | e258c66e2fcb5da33af20e79cedd9a9df16bdc28 (diff) | |
download | freebsd-ports-gnome-cf7ba08eb3dc68f74d2dd3e0d1df7fba45a315e3.tar.gz freebsd-ports-gnome-cf7ba08eb3dc68f74d2dd3e0d1df7fba45a315e3.tar.zst freebsd-ports-gnome-cf7ba08eb3dc68f74d2dd3e0d1df7fba45a315e3.zip |
Mark this port 'ONLY_FOR_ARCHS=i386' as it contains an i386 .so.
-rw-r--r-- | www/flashplugin/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/flashplugin/Makefile b/www/flashplugin/Makefile index a6cb6725e1fb..635b5c9a67cd 100644 --- a/www/flashplugin/Makefile +++ b/www/flashplugin/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://www.geocities.com/TimesSquare/Labyrinth/5084/flash/Linux/ \ MAINTAINER= knu@FreeBSD.org +ONLY_FOR_ARCHS= i386 + .include <bsd.port.pre.mk> .if ${OSVERSION} < 400000 |