diff options
author | Steve Price <steve@FreeBSD.org> | 2000-08-08 02:47:47 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-08-08 02:47:47 +0000 |
commit | 10c9e390c127cfd27d6407855f8122185dcd8350 (patch) | |
tree | 860969f3b0bd777cf987b89948670cb36b274069 | |
parent | Mark this port as 'ONLY_FOR_ARCHS=i386' as it contains an i386 binary. (diff) |
Mark this port 'ONLY_FOR_ARCHS=i386' as it contains an i386 .so.
Notes
Notes:
svn path=/head/; revision=31396
Diffstat (limited to '')
-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 |