diff options
author | Steve Price <steve@FreeBSD.org> | 1999-05-24 02:02:55 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-05-24 02:02:55 +0000 |
commit | d3a65967aec3eae136fd869e868c64ab7e77b231 (patch) | |
tree | 3ff01cbccaf4a704d18b84ff5199b897851f0e12 /archivers | |
parent | Fix build on -current (Alpha) machines. (diff) |
This port will only work on i386 boxes.
Notes
Notes:
svn path=/head/; revision=18959
Diffstat (limited to 'archivers')
-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 c666d038d89e..65d3995e4639 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 |