diff options
author | steve <steve@FreeBSD.org> | 1999-05-24 02:02:55 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-05-24 02:02:55 +0000 |
commit | 0ef7f82b0856420c42a6742f146cf8b54cb68271 (patch) | |
tree | eb14a9ac12e7fb5b9a32358bf591a6197ac00926 /archivers/pkzip | |
parent | 9964f42eb6408151964d28d4630a75977f77bd6e (diff) | |
download | FreeBSD-ports-0ef7f82b0856420c42a6742f146cf8b54cb68271.zip FreeBSD-ports-0ef7f82b0856420c42a6742f146cf8b54cb68271.tar.gz |
This port will only work on i386 boxes.
Diffstat (limited to 'archivers/pkzip')
-rw-r--r-- | archivers/pkzip/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/archivers/pkzip/Makefile b/archivers/pkzip/Makefile index c666d03..65d3995 100644 --- a/archivers/pkzip/Makefile +++ b/archivers/pkzip/Makefile @@ -3,7 +3,7 @@ # Date created: 17 Mar 1999 # Whom: xxx # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/04/30 04:28:46 taoka Exp $ # DISTNAME= pklin251 @@ -16,6 +16,8 @@ MAINTAINER= dbader@eece.unm.edu RUN_DEPENDS= /compat/linux/lib/ld.so:${PORTSDIR}/emulators/linux_lib +ONLY_FOR_ARCHS= i386 + NO_BUILD= Yes NO_PACKAGE= Shareware |