diff options
author | Marcel Moolenaar <marcel@FreeBSD.org> | 1999-07-21 14:55:43 +0000 |
---|---|---|
committer | Marcel Moolenaar <marcel@FreeBSD.org> | 1999-07-21 14:55:43 +0000 |
commit | d7d791cfa6686861a5ce83778fa10aacad54f40e (patch) | |
tree | b89620de2dfc36665774af847d71410b6c4037b3 /archivers/pkzip | |
parent | 4f879317f77b8dce9274748b7227f28efe59d512 (diff) | |
download | ports-d7d791cfa6686861a5ce83778fa10aacad54f40e.tar.gz ports-d7d791cfa6686861a5ce83778fa10aacad54f40e.zip |
Notes
Diffstat (limited to 'archivers/pkzip')
-rw-r--r-- | archivers/pkzip/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/pkzip/Makefile b/archivers/pkzip/Makefile index 65d3995e4639..335393e4ddb1 100644 --- a/archivers/pkzip/Makefile +++ b/archivers/pkzip/Makefile @@ -3,7 +3,7 @@ # Date created: 17 Mar 1999 # Whom: xxx # -# $Id: Makefile,v 1.1.1.1 1999/04/30 04:28:46 taoka Exp $ +# $Id: Makefile,v 1.2 1999/05/24 02:02:55 steve Exp $ # DISTNAME= pklin251 @@ -14,7 +14,7 @@ EXTRACT_SUFX= .exe MAINTAINER= dbader@eece.unm.edu -RUN_DEPENDS= /compat/linux/lib/ld.so:${PORTSDIR}/emulators/linux_lib +RUN_DEPENDS= /compat/linux/lib/ld.so:${PORTSDIR}/emulators/linux_base ONLY_FOR_ARCHS= i386 |