diff options
author | shaun <shaun@FreeBSD.org> | 2006-11-01 02:36:29 +0800 |
---|---|---|
committer | shaun <shaun@FreeBSD.org> | 2006-11-01 02:36:29 +0800 |
commit | e905996ccbdcd604c500af5b6696ebee6a58f5cd (patch) | |
tree | 6f510564834b39f31e54c3e6b377d090472e31a1 /security | |
parent | 6a9a07090170d6f0b5d647059e10d184a07f02fb (diff) | |
download | freebsd-ports-gnome-e905996ccbdcd604c500af5b6696ebee6a58f5cd.tar.gz freebsd-ports-gnome-e905996ccbdcd604c500af5b6696ebee6a58f5cd.tar.zst freebsd-ports-gnome-e905996ccbdcd604c500af5b6696ebee6a58f5cd.zip |
Replace ONLY_FOR_ARCHS with IA32_BINARY_PORT.
PR: ports/104223
Submitted by: Mykola Dzham <freebsd@levsha.org.ua>
Approved by: Alexander Demin <support@spectrum.ru> (maintainer)
Diffstat (limited to 'security')
-rw-r--r-- | security/drweb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/drweb/Makefile b/security/drweb/Makefile index 18059642c056..ebbc41318a02 100644 --- a/security/drweb/Makefile +++ b/security/drweb/Makefile @@ -18,7 +18,7 @@ COMMENT= DrWeb antivirus suite RUN_DEPENDS= ${LOCALBASE}/bin/wget:${PORTSDIR}/ftp/wget -ONLY_FOR_ARCHS= i386 +IA32_BINARY_PORT=yes NO_BUILD= yes .include <bsd.port.pre.mk> |